Skip to main content

BaseOption<N>

Defined in: packages/react-querybuilder/src/types/options.ts:36

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 ParameterDefault type
N extends stringstring

Properties

disabled?

optional disabled: boolean

Defined in: packages/react-querybuilder/src/types/options.ts:40


label

label: string

Defined in: packages/react-querybuilder/src/types/options.ts:39


name?

optional name: N

Defined in: packages/react-querybuilder/src/types/options.ts:37


value?

optional value: N

Defined in: packages/react-querybuilder/src/types/options.ts:38


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.