Skip to main content

Interface: FullCombinator<N>

react-querybuilder.FullCombinator

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.

Type parameters

NameType
Nextends string = string

Hierarchy

  • FullOption<N>

  • HasOptionalClassName

    FullCombinator

Properties

className

Optional className: Classname

Inherited from

HasOptionalClassName.className

Defined in

packages/react-querybuilder/src/types/basic.ts:50


disabled

Optional disabled: boolean

Inherited from

FullOption.disabled

Defined in

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


label

label: string

Inherited from

FullOption.label

Defined in

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


name

name: N

Inherited from

FullOption.name

Defined in

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


value

value: N

Inherited from

FullOption.value

Defined in

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