For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/enums/CloneMode.md.

Enumeration: CloneMode experimental

Beta

An enumeration for the clone modes used when cloning blocks.

Enumeration Members

Copy

Copy: 0

Beta

Remarks

Clones the blocks from the source region to the destination, leaving the source intact.


ForceCopy

ForceCopy: 1

Beta

Remarks

Clones the blocks from the source region to the destination, allowing the source and destination regions to overlap.


Move

Move: 2

Beta

Remarks

Clones the blocks from the source region to the destination and replaces the source region with air.