Skip to main content

mergeJsonLogicInverse()

mergeJsonLogicInverse(base: JsonLogicInverse, custom?: JsonLogicInverse): JsonLogicInverse

Defined in: expr/src/functions/jsonLogic.ts:49

Merges a custom JsonLogicInverse (partial) over the built-in defaultJsonLogicInverse.

Parameters

ParameterType
baseJsonLogicInverse
custom?JsonLogicInverse

Returns

JsonLogicInverse


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.