BaseOption<N>
Do not use this type directly; use Option, ValueOption, or FullOption instead. For specific option types, you can use FullField, FullOperator, or FullCombinator, all of which extend FullOption.
Type Parameters
Type Parameter | Default type |
---|---|
N extends string | string |
Properties
disabled?
optional
disabled:boolean
Defined in
packages/react-querybuilder/src/types/options.ts:34
label
label:
string
Defined in
packages/react-querybuilder/src/types/options.ts:33
name?
optional
name:N
Defined in
packages/react-querybuilder/src/types/options.ts:31
value?
optional
value:N
Defined in
packages/react-querybuilder/src/types/options.ts:32
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.