Skip to main content

FullCombinator<N>

FullCombinator<N>: WithOptionalClassName<FullOption<N>>

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

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

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.