Interface: Option<N>
react-querybuilder.Option
A generic option. Used directly in OptionList or as the child element of an OptionGroup.
Type parameters
Name | Type |
---|---|
N | extends string = string |
Hierarchy
-
SetOptional
<FullOption
<N
>,"value"
>↳
Option
Properties
disabled
Optional
disabled: boolean
Inherited from
SetOptional.disabled
Defined in
packages/react-querybuilder/src/types/options.ts:33
label
label: string
Inherited from
SetOptional.label
Defined in
packages/react-querybuilder/src/types/options.ts:32
name
name: N
Inherited from
SetOptional.name
Defined in
packages/react-querybuilder/src/types/options.ts:30
value
Optional
value: N
Inherited from
SetOptional.value