Interface: MoveOptions
react-querybuilder.MoveOptions
Options object for move.
Properties
clone
Optional
clone: boolean
When true
, the source rule/group will not be removed from its original path.
Defined in
packages/react-querybuilder/src/utils/queryTools.ts:293
combinators
Optional
combinators: OptionList
If the query extends RuleGroupTypeIC
(i.e. the query is using independent
combinators), then the first combinator in this list will be inserted before
the rule/group if necessary.
Defined in
packages/react-querybuilder/src/utils/queryTools.ts:299
idGenerator
Optional
idGenerator: () => string
ID generator.
Type declaration
(): string
Returns
string