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
| Parameter | Type |
|---|---|
base | JsonLogicInverse |
custom? | JsonLogicInverse |
Returns
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.