mergeCELInverse()
mergeCELInverse(
base:CELInverse,custom?:Partial<CELInverse>):CELInverse
Defined in: expr/src/functions/cel.ts:53
Merges a custom CELInverse over the built-in defaultCELInverse.
Parameters
| Parameter | Type |
|---|---|
base | CELInverse |
custom? | Partial<CELInverse> |
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.