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?
optionallhs?:ExpressionNode
Defined in: expr/src/types.ts:123
Left-hand side expression, from rule.lhs.
rhs?
optionalrhs?:ExpressionNode
Defined in: expr/src/types.ts:125
Right-hand side expression, from rule.value when valueSource is "expression".
rhs2?
optionalrhs2?: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.
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.