BaseOption<N>
Do not use this type directly. Use Option, ValueOption, FullOption, or BaseOption instead. For specific option lists, you can use FullField, FullOperator, or FullCombinator, all of which extend FullOption.
Type parameters
Type parameter | Value |
---|---|
N extends string | string |
Properties
disabled?
optional
disabled:boolean
Source
packages/react-querybuilder/src/types/options.ts:33
label
label:
string
Source
packages/react-querybuilder/src/types/options.ts:32
name?
optional
name:N
Source
packages/react-querybuilder/src/types/options.ts:30
value?
optional
value:N
Source
packages/react-querybuilder/src/types/options.ts:31
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.