cypherCombinatorMap
constcypherCombinatorMap: {and:"AND";or:"OR"; }
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorCypher.ts:11
Maps a DefaultCombinatorName to a Cypher combinator keyword.
Type Declaration
and
and:
"AND"
or
or:
"OR"
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.