Skip to main content

mergeFunctionMeta()

mergeFunctionMeta(...registries: (ExpressionFunctionMetaRegistry | undefined)[]): ExpressionFunctionMetaRegistry

Defined in: expr/src/registry.ts:10

Merges one or more function-metadata registries (later entries win), defaulting the first source to defaultFunctionMeta so callers extend the built-ins by default.

Parameters

ParameterType
...registries(ExpressionFunctionMetaRegistry | undefined)[]

Returns

ExpressionFunctionMetaRegistry


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.