All Objects
FormFieldConfig
Configuration for a form field within a task, including position, type, and optional settings.
The position of the form field within the form layout.
The data type of the form field.
Available options:
string
, number
, radio
, checkbox
, select
, multiselect
, date
The name attribute of the form field.
The label displayed for the form field.
An optional description for the form field.
Indicates if the form field is required.
Options available for fields like radio, select, or multiselect.
A tooltip providing additional information about the form field.