Skip to main content

ResolvedExpressions

Defined in: expr/src/types.ts:121

Expression operands resolved from a rule's lhs property and its value/valueSource (when valueSource is "expression"). Returned by getRuleExpressions.

Properties

lhs?

optional lhs?: ExpressionNode

Defined in: expr/src/types.ts:123

Left-hand side expression, from rule.lhs.


rhs?

optional rhs?: ExpressionNode

Defined in: expr/src/types.ts:125

Right-hand side expression, from rule.value when valueSource is "expression".


rhs2?

optional rhs2?: ExpressionNode

Defined in: expr/src/types.ts:131

Upper-bound right-hand side expression for between/notBetween operators, from the second element of rule.value when valueSource is "expression". rhs holds the lower bound in that case.


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.