CELExpressionParser
CELExpressionParser = (
node:CELExpressionOperand,ctx:ParseCELExpressionContext) =>ExpressionNode|null
Defined in: expr/src/parsers/getExpressionParserCEL.ts:21
A getExpression handler for @react-querybuilder/core/parseCEL!parseCEL.
Parameters
| Parameter | Type |
|---|---|
node | CELExpressionOperand |
ctx | ParseCELExpressionContext |
Returns
ExpressionNode | null
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.