Skip to main content

isSpELExpressionOperand()

isSpELExpressionOperand(expr: SpELProcessedExpression): boolean

Defined in: packages/core/src/utils/parseSpEL/utils.ts:100

Whether a relation operand should be routed to getExpression: an arithmetic infix node or a method/function invocation. Bare identifiers, chains, and literals are not expression operands (they retain their normal handling).

Parameters

ParameterType
exprSpELProcessedExpression

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.