defaultMongoDBSerializers
constdefaultMongoDBSerializers:MongoAggSerializerRegistry
Defined in: expr/src/functions/mongodb.ts:10
Built-in "mongodb_query" aggregation-expression serializers. Arithmetic ($add,
$subtract, $multiply, $divide), min/max ($min/$max), mod ($mod), and
abs ($abs) map to native aggregation operators; upper/lower map to $toUpper/
$toLower. Each function serializer is opts-first ((opts, ...args) => unknown); the
built-ins ignore opts.
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.