Skip to main content

JsonLogicExpressionParser

JsonLogicExpressionParser = (node: JsonLogicExpressionOperand, ctx: ParseJsonLogicExpressionContext) => ExpressionNode | null

Defined in: expr/src/parsers/getExpressionParserJsonLogic.ts:19

A getExpression handler for @react-querybuilder/core/parseJsonLogic!parseJsonLogic.

Parameters

ParameterType
nodeJsonLogicExpressionOperand
ctxParseJsonLogicExpressionContext

Returns

ExpressionNode | null


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.