IFieldConfig
3p-core / IFieldConfig
Interface: IFieldConfig
Represents the configuration of an additional field rendered within the confirmation dialog.
Properties
Property | Type | Description |
---|---|---|
defaultValue? | any | Optional default value for the field. |
fieldLabel | string | Display label for the field. |
fieldName | string | Internal name of the field (used as a key). |
fieldType | FieldType | Type of input field to render (text, date, etc.). |
options? | IComboBoxOption [] | Optional list of options (used with choices or multichoices ). |
required? | boolean | Indicates whether the field is required for submission. |