Skip to main content

JsonLogicSerializer

JsonLogicSerializer = string | ((opts: ValueProcessorOptions, ...args: unknown[]) => unknown)

Defined in: expr/src/types.ts:58

JSONLogic serializer: an operator name (wrapping the serialized args in { [op]: args }), or a function receiving the format options followed by the serialized args.


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.