Skip to main content
Version: 2.1.4

IFieldConfig

3p-core v2.1.4


3p-core / IFieldConfig

Interface: IFieldConfig

Represents the configuration of an additional field rendered within the confirmation dialog.

Properties

PropertyTypeDescription
defaultValue?anyOptional default value for the field.
fieldLabelstringDisplay label for the field.
fieldNamestringInternal name of the field (used as a key).
fieldTypeFieldTypeType of input field to render (text, date, etc.).
options?IComboBoxOption[]Optional list of options (used with choices or multichoices).
required?booleanIndicates whether the field is required for submission.