MongoAggSerializer
MongoAggSerializer =
string| ((opts:ValueProcessorOptions, ...args:unknown[]) =>unknown)
Defined in: expr/src/types.ts:70
MongoDB aggregation-expression serializer: an operator name (wrapping the serialized args
in { [op]: args }), or a function receiving the format options followed by the
serialized args. Used for the "mongodb_query" / "mongodb" formats.
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.