CombinatorByValue<N>
CombinatorByValue<
N
>:WithUnknownIndex
<SetOptional
<BaseFullOption
<N
>,"name"
> &HasOptionalClassName
>
Combinator definition used in the combinators
prop of QueryBuilder.
This type is an extension of FullCombinator where only value
and
label
are required.
The name
/value
properties of this interface can be narrowed with generics.
Type parameters
Type parameter | Value |
---|---|
N extends string | string |
Source
packages/react-querybuilder/src/types/basic.ts:270
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.