isJSONataExpressionOperand()
isJSONataExpressionOperand(
expr:any):expr is JSONataExprNode
Defined in: packages/core/src/utils/parseJSONata/utils.ts:180
A JSONata comparison operand that is a candidate expression subtree: an arithmetic infix node
(+ - * / %) or a function-call node (excluding the not/contains predicates handled
elsewhere). The expr-supplied getExpression handler decides whether it maps to a known
function.
Parameters
| Parameter | Type |
|---|---|
expr | any |
Returns
expr is JSONataExprNode
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.