mergeSQLInverse()
mergeSQLInverse(
base:SQLInverse,custom?:Partial<SQLInverse>):SQLInverse
Defined in: expr/src/functions/sql.ts:68
Merges a custom SQLInverse (partial) over the built-in defaultSQLInverse.
Parameters
| Parameter | Type |
|---|---|
base | SQLInverse |
custom? | Partial<SQLInverse> |
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.