All Objects
FormFieldConfig
Configuration for a form field within a task, including position, type, and optional settings.
The label displayed for the form field.
The name attribute of the form field.
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
An optional description for the form field.
Options available for fields like radio, select, or multiselect.
Indicates if the form field is required.
A tooltip providing additional information about the form field.