MoveOptions
Options for move.
Properties
clone?
optionalclone: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?
optionalcombinators: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()?
optionalidGenerator: () =>string
ID generator.
Returns
string
Defined in
packages/react-querybuilder/src/utils/queryTools.ts:303
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.