NameLabelPair<N>
Deprecated
Renamed to Option.
Extends
Option<N>
Type Parameters
| Type Parameter | Default type |
|---|---|
N extends string | string |
Indexable
[key: string]: unknown
Properties
disabled?
optionaldisabled:boolean
Inherited from
Defined in
packages/react-querybuilder/src/types/options.ts:34
label
label:
string
Inherited from
Defined in
packages/react-querybuilder/src/types/options.ts:33
name
name:
N
Inherited from
Defined in
packages/react-querybuilder/src/types/options.ts:31
value?
optionalvalue:N
Inherited from
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.