Skip to main content

MoveOptions

Options 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.

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.