Skip to main content

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

ParameterType
baseJSONataInverse
custom?Partial<JSONataInverse>

Returns

JSONataInverse


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.