AllowFunctionsOnLHS
AllowFunctionsOnLHS =
boolean| ((field:string,operator:string) =>boolean)
Defined in: expr/src/ui/ExpressionUIContext.ts:17
Whether (and when) the left-hand side may wrap its field in a function. boolean
applies globally; a predicate decides per field/operator.
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.