A reason for a field's disablement.
API
interface DisabledReason { readonly field: FieldTree<unknown, string | number>; readonly message?: string | undefined;}
field
FieldTree<unknown, string | number>The field that is disabled.
message
string | undefinedA user-facing message describing the reason for the disablement.
Jump to details