Skip to main content

REOperatorEvaluator()<A, B>

Defined in: rules-engine/src/types/vendored.ts:14

Structural stand-in for json-rules-engine's OperatorEvaluator.

Type Parameters

Type Parameter
A
B

REOperatorEvaluator(factValue: A, compareToValue: B): boolean

Defined in: rules-engine/src/types/vendored.ts:15

Structural stand-in for json-rules-engine's OperatorEvaluator.

Parameters

ParameterType
factValueA
compareToValueB

Returns

boolean


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.