QueryBuilderExpressionsProps
Defined in: expr/src/ui/QueryBuilderExpressions.tsx:27
Props for QueryBuilderExpressions.
Properties
allowFunctionsOnLHS?
optionalallowFunctionsOnLHS?: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?
optionalchildren?:ReactNode
Defined in: expr/src/ui/QueryBuilderExpressions.tsx:44
functions?
optionalfunctions?: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?
optionaltranslations?:Partial<TranslationsExpr>
Defined in: expr/src/ui/QueryBuilderExpressions.tsx:35
Per-key overrides for the expression UI labels/titles (defaultTranslationsExpr).
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.