OptionalautoAutomatically hide the field in display mode if the value is false or non-existent.
OptionalcopySpecify the text to copy.
OptionaldisabledControl if the field is disabled.
OptionaldisplayOptionaleditOptionalhideDetermines if the field should be hidden in both display and editing modes.
OptionalhideDetermines if the field should be hidden in display mode.
OptionalhideDetermines if the field should be hidden in editing mode.
OptionalhintOptionalinfoOptionalinputSpecifies the type of input element to render for the editable field.
Allowed values:
'area': Renders a textarea for multi-line text input.'text': Renders a standard single-line text input.'date': Renders a date picker.'datetime': Renders a date and time picker.'currency': Renders an input formatted for currency values.'percent': Renders an input formatted for percentage values.'number': Renders a numeric input.'boolean': Renders a checkbox or toggle for boolean values.'email': Renders an input for email addresses.'password': Renders a password input.'link': Renders an input for URLs.'duration': Renders an input for time durations.'phone': Renders an input formatted for phone numbers.The property accepts either a direct value or a function that returns one.
OptionallistFor list item, check if the list item is removable.
OptionaloptionsOptions for select fields.
This property is used to provide a list of options for select fields. It can be an object or an array of objects, each containing a label and a value.
OptionalreferenceReference options.
OptionaltypeSpecify the type of the field.
Optionalwidth
Options for Editable annotation.