mergeJSONataInverse()
mergeJSONataInverse(
base:JSONataInverse,custom?:Partial<JSONataInverse>):JSONataInverse
Defined in: expr/src/functions/jsonata.ts:51
Merges a custom JSONataInverse (partial) over the built-in defaultJSONataInverse.
Parameters
| Parameter | Type |
|---|---|
base | JSONataInverse |
custom? | Partial<JSONataInverse> |
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.