GroupOptions
Defined in: packages/react-querybuilder/src/utils/queryTools.ts:536
Options for group.
Properties
clone?
optional
clone:boolean
Defined in: packages/react-querybuilder/src/utils/queryTools.ts:540
When true
, the source rule/group will not be removed from its original path.
combinators?
optional
combinators:OptionList
Defined in: packages/react-querybuilder/src/utils/queryTools.ts:546
If the query extends RuleGroupTypeIC
(i.e. the query is using independent
combinators), then the first combinator in this list will be inserted between
the two rules/groups.
idGenerator()?
optional
idGenerator: () =>string
Defined in: packages/react-querybuilder/src/utils/queryTools.ts:550
ID generator.
Returns
string
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.