isCELExpressionOperand()
isCELExpressionOperand(
expr:CELExpression):boolean
Defined in: packages/core/src/utils/parseCEL/utils.ts:544
Whether a relation operand should be routed to getExpression: an arithmetic infix node, a
FunctionCall, or a ConditionalExpr (min/max template) — optionally wrapped in one or
more ExpressionGroups. Bare identifiers, chains, and literals are not expression operands
(they retain their normal handling).
Parameters
| Parameter | Type |
|---|---|
expr | CELExpression |
Returns
boolean
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.