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
Name | Type |
---|---|
N | extends 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
Defined in
packages/react-querybuilder/src/types/options.ts:33
label
label: string
Inherited from
Defined in
packages/react-querybuilder/src/types/options.ts:32
name
name: N
Inherited from
Defined in
packages/react-querybuilder/src/types/options.ts:30
value
value: N