Skip to main content

RERulePilotOperator

RERulePilotOperator = "==" | "!=" | ">" | "<" | ">=" | "<=" | "in" | "not in" | "contains" | "not contains" | "contains any" | "not contains any" | "matches" | "not matches"

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

Structural stand-in for rulepilot's Operator.


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.