Skip to main content

FullCombinator<N>

Defined in: packages/react-querybuilder/src/types/basic.ts:267

Full combinator definition used in the combinators prop of QueryBuilder. This type requires both name and value, but the combinators prop itself can use a FlexibleOption where only one of name or value is required, or Combinator where only name is required.

The name/value properties of this interface can be narrowed with generics.

Extends

Type Parameters

Type ParameterDefault type
N extends stringstring

Indexable

[key: string]: unknown

Properties

className?

optional className: Classname

Defined in: packages/react-querybuilder/src/types/basic.ts:58

Inherited from

HasOptionalClassName.className


disabled?

optional disabled: boolean

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

Inherited from

FullOption.disabled


label

label: string

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

Inherited from

FullOption.label


name

name: N

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

Inherited from

FullOption.name


value

value: N

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

Inherited from

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