Skip to main content

QueryBuilderExpressionsProps

Defined in: expr/src/ui/QueryBuilderExpressions.tsx:27

Props for QueryBuilderExpressions.

Properties

allowFunctionsOnLHS?

optional allowFunctionsOnLHS?: AllowFunctionsOnLHS

Defined in: expr/src/ui/QueryBuilderExpressions.tsx:43

Whether the left-hand side may wrap its field in a function. false (default) hides the wrapper selector entirely; true always offers it; a predicate gates it per field/operator.

Default

false

children?

optional children?: ReactNode

Defined in: expr/src/ui/QueryBuilderExpressions.tsx:44


functions?

optional functions?: ExpressionFunctionMetaRegistry

Defined in: expr/src/ui/QueryBuilderExpressions.tsx:33

Custom function metadata (label/arity), merged over the built-in defaultFunctionMeta, describing which functions appear in the expression UI. Serialization is configured separately on the export rule processors.


translations?

optional translations?: Partial<TranslationsExpr>

Defined in: expr/src/ui/QueryBuilderExpressions.tsx:35

Per-key overrides for the expression UI labels/titles (defaultTranslationsExpr).


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.