DialogFields

23 Sep 20251 minute to read

Holds the configuration of editor fields.

Properties

key string

Defines the field key

Defaults to null

text string

Defines the field text

Defaults to null

type DialogFieldType

It defines the field type, which accepts either of the following values.

  • TextBox
  • DropDown
  • Numeric
  • TextArea

Defaults to null

validationRules Record

Defines the validationRules for fields

Defaults to {}