Skip to main content

BaseFullOption<N>

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

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

Extends

Type Parameters

Type ParameterDefault type
N extends stringstring

Properties

disabled?

optional disabled: boolean

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

Inherited from

SetRequired.disabled


label

label: string

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

Inherited from

SetRequired.label


name

name: N

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

Inherited from

SetRequired.name


value

value: N

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

Inherited from

SetRequired.value


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.