Skip to main content

Combinator<N>

Combinator<N>: WithUnknownIndex<WithOptionalClassName<SetOptional<BaseFullOption<N>, "value">>>

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

Combinator definition used in the combinators prop of QueryBuilder. This type is an extension of FullCombinator where only name and label are required.

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

Type Parameters

Type ParameterDefault type
N extends stringstring

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.