BaseOption<N>
Defined in: packages/core/src/types/options.ts:50
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?
optionaldisabled?:boolean
Defined in: packages/core/src/types/options.ts:54
label
label:
string
Defined in: packages/core/src/types/options.ts:53
name?
optionalname?:N
Defined in: packages/core/src/types/options.ts:51
value?
optionalvalue?:N
Defined in: packages/core/src/types/options.ts:52
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.