FullOperator<N>
Defined in: packages/core/src/types/basic.ts:246
Full operator definition used in the operators/getOperators props of
QueryBuilder. This type requires both name and value, but the
operators/getOperators props themselves can use a FlexibleOption
where only one of name or value is required, or FullOperator where
only name is required.
The name/value properties of this interface can be narrowed with generics.
Extends
WithOptionalClassName<FullOption<N>>
Type Parameters
| Type Parameter | Default type |
|---|---|
N extends string | string |
Indexable
[key: string]: unknown
Properties
arity?
optionalarity:Arity
Defined in: packages/core/src/types/basic.ts:248
className?
optionalclassName:Classname
Defined in: packages/core/src/types/basic.ts:63
Inherited from
WithOptionalClassName.className
disabled?
optionaldisabled:boolean
Defined in: packages/core/src/types/options.ts:58
Inherited from
label
label:
string
Defined in: packages/core/src/types/options.ts:57
Inherited from
name
name:
N
Defined in: packages/core/src/types/options.ts:55
Inherited from
WithOptionalClassName.name
value
value:
N
Defined in: packages/core/src/types/options.ts:56
Inherited from
WithOptionalClassName.value
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.