label
Optional
Default: Unset | data model field label
Text to display above the component. In the case of buttons, this text will display inside the button.
main.view.xml
<var name="job_name" type="text"/>
<text-input bind="job_name" label="Job name" />

Last modified 9mo ago