Skip to main content

BaseFullOption<N>

This type is identical to FullOption but without the unknown index property. Extend from this type instead of FullOption directly.

Extends

Type parameters

Type parameterValue
N extends stringstring

Properties

disabled?

optional disabled: boolean

Inherited from

SetRequired.disabled

Source

packages/react-querybuilder/src/types/options.ts:33


label

label: string

Inherited from

SetRequired.label

Source

packages/react-querybuilder/src/types/options.ts:32


name

name: N

Inherited from

SetRequired.name

Source

packages/react-querybuilder/src/types/options.ts:30


value

value: N

Inherited from

SetRequired.value

Source

packages/react-querybuilder/src/types/options.ts:31


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.