ValueOption<N>
Like Option but requiring value instead of name.
Extends
WithUnknownIndex<SetRequired<BaseOption<N>,"value">>
Type Parameters
| Type Parameter | Default type |
|---|---|
N extends string | string |
Indexable
[key: string]: unknown
Properties
disabled?
optionaldisabled:boolean
Inherited from
WithUnknownIndex.disabled
Defined in
packages/react-querybuilder/src/types/options.ts:34
label
label:
string
Inherited from
WithUnknownIndex.label
Defined in
packages/react-querybuilder/src/types/options.ts:33
name?
optionalname:N
Inherited from
WithUnknownIndex.name
Defined in
packages/react-querybuilder/src/types/options.ts:31
value
value:
N
Inherited from
WithUnknownIndex.value
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.