Skip to main content

celGenerateMixedAndOrList()

celGenerateMixedAndOrList(expr: CELConditionalOr | CELConditionalAnd): (DefaultCombinatorName | CELExpression | ("and" | CELExpression)[])[]

Defined in: packages/core/src/utils/parseCEL/utils.ts:247

Parameters

ParameterType
exprCELConditionalOr | CELConditionalAnd

Returns

(DefaultCombinatorName | CELExpression | ("and" | CELExpression)[])[]


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.