celGenerateMixedAndOrList()
celGenerateMixedAndOrList(
expr
:CELConditionalOr
|CELConditionalAnd
): (DefaultCombinatorName
|CELExpression
| ("and"
|CELExpression
)[])[]
Defined in: packages/core/src/utils/parseCEL/utils.ts:247
Parameters
Parameter | Type |
---|---|
expr | CELConditionalOr | 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.