parseCEL
Converts a CEL string expression into a DefaultRuleGroupType or DefaultRuleGroupTypeIC.
Functions
Interfaces
Type Aliases
| Type Alias | Description |
|---|---|
| CELExpressionOperand | A CEL operand subtree that parseCEL!ParseCELOptions.getExpression may receive — an arithmetic infix node (Addition/Subtraction/Multiplication/Division/Modulo, optionally wrapped in an ExpressionGroup), a FunctionCall, or a ConditionalExpr (the min/max emulated template). |
| CELExpressionType | - |
| CELLiteral | - |
| CELMathOperation | - |
| CELNumericLiteral | - |
| CELPrimary | - |
| CELRelop | - |
| ParseCELOptions | Options object for parseCEL. |
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.