Skip to main content

defaultFunctionMeta

const defaultFunctionMeta: ExpressionFunctionMetaRegistry

Defined in: expr/src/functions/meta.ts:10

Built-in expression function metadata (UI label + arity) for the arithmetic operators (+ - * /), variadic min/max, binary mod, unary abs, and string upper/lower. Serialization lives in the per-format serializer maps (defaultSQLSerializers, defaultParameterizedSerializers, defaultJsonLogicSerializers); this map drives the expression UI and the format-agnostic validator.


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.