Skip to main content

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

Properties

disabled?

optional disabled?: boolean

Defined in: packages/core/src/types/options.ts:54


label

label: string

Defined in: packages/core/src/types/options.ts:53


name?

optional name?: N

Defined in: packages/core/src/types/options.ts:51


value?

optional value?: 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.