ActionFieldBase: {
    description?: string;
    isReadOnly?: boolean;
    isRequired?: boolean;
    label: string;
    type: ActionFieldType;
    value?: unknown;
    watchChanges: boolean;
}

Type declaration

  • Optional description?: string
  • Optional isReadOnly?: boolean
  • Optional isRequired?: boolean
  • label: string
  • type: ActionFieldType
  • Optional value?: unknown
  • watchChanges: boolean