Skip to main content

NameLabelPair<N>

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

Deprecated

Renamed to Option.

Extends

Type Parameters

Type ParameterDefault type
N extends stringstring

Indexable

[key: string]: unknown

Properties

disabled?

optional disabled: boolean

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

Inherited from

Option.disabled


label

label: string

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

Inherited from

Option.label


name

name: N

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

Inherited from

Option.name


value?

optional value: N

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

Inherited from

Option.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.