MoveOptions
Defined in: packages/core/src/utils/queryTools.ts:355
Options for move.
Properties
clone?
optionalclone:boolean
Defined in: packages/core/src/utils/queryTools.ts:359
When true, the source rule/group will not be removed from its original path.
combinators?
optionalcombinators:OptionList
Defined in: packages/core/src/utils/queryTools.ts:365
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.
idGenerator()?
optionalidGenerator: () =>string
Defined in: packages/core/src/utils/queryTools.ts:369
ID generator.
Returns
string
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.