Skip to main content

FullOperator<N>

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

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

Type Parameters

Type ParameterDefault type
N extends stringstring

Indexable

[key: string]: unknown

Properties

arity?

optional arity: Arity

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


className?

optional className: Classname

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

Inherited from

WithOptionalClassName.className


disabled?

optional disabled: boolean

Defined in: packages/react-querybuilder/src/types/options.ts:40

Inherited from

WithOptionalClassName.disabled


label

label: string

Defined in: packages/react-querybuilder/src/types/options.ts:39

Inherited from

WithOptionalClassName.label


name

name: N

Defined in: packages/react-querybuilder/src/types/options.ts:37

Inherited from

WithOptionalClassName.name


value

value: N

Defined in: packages/react-querybuilder/src/types/options.ts:38

Inherited from

WithOptionalClassName.value


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.