Type Alias: FieldConfigOptionInfos
FieldConfigOptionInfos =
object
Defined in: lib/forms/fields.ts:20
Type definition for additional information about a field configuration option.
Properties
disabled?
optionaldisabled:Atom<boolean>
Defined in: lib/forms/fields.ts:20
An atom that determines if the option is disabled.
icon?
optionalicon:LucideIcon
Defined in: lib/forms/fields.ts:20
An icon associated with the option.