Skip to main content

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

ParameterType
exprCELExpression

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.