BaseFormField: {
    description?: string;
    disabled?: boolean;
    kind: StaticFieldKind;
    label: string;
}

The basic properties common to all field kinds

Type declaration

  • Optionaldescription?: string

    An optional description of this field

  • Optionaldisabled?: boolean

    Whether or not the field is disabled

  • kind: StaticFieldKind

    Discriminator key

  • label: string

    The label to be displayed to the user