JSONataExpressionParser
JSONataExpressionParser = (
node:JSONataExpressionOperand,ctx:ParseJSONataExpressionContext) =>ExpressionNode|null
Defined in: expr/src/parsers/getExpressionParserJSONata.ts:20
A getExpression handler for @react-querybuilder/core/parseJSONata!parseJSONata.
Parameters
| Parameter | Type |
|---|---|
node | JSONataExpressionOperand |
ctx | ParseJSONataExpressionContext |
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.