MongoDBExpressionParser
MongoDBExpressionParser = (
node:MongoDBExpressionOperand,ctx:ParseMongoDBExpressionContext) =>ExpressionNode|null
Defined in: expr/src/parsers/getExpressionParserMongoDB.ts:19
A getExpression handler for @react-querybuilder/core/parseMongoDB!parseMongoDB.
Parameters
| Parameter | Type |
|---|---|
node | MongoDBExpressionOperand |
ctx | ParseMongoDBExpressionContext |
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.