Skip to main content

Option<N>

A generic option. Used directly in OptionList or as the child element of an OptionGroup.

Extends

Extended by

Type Parameters

Type ParameterDefault type
N extends stringstring

Properties

disabled?

optional disabled: boolean

Inherited from

SetOptional.disabled

Defined in

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


label

label: string

Inherited from

SetOptional.label

Defined in

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


name

name: N

Inherited from

SetOptional.name

Defined in

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


value?

optional value: N

Inherited from

SetOptional.value

Defined in

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.