OptionalautoIf true, the moved blocks' type (repr) is automatically adjusted to match
the target parent or sibling (e.g., converting a text block to a list item
when moving into a list).
OptionalextraAdditional move operations that are performed atomically alongside the
primary move. Each entry is a tuple of:
[blockIds, refBlockId, position].
blockIds: The blocks to move.refBlockId: The reference block (or null for root-level).position: Where to place the blocks relative to refBlockId.
Options passed to
core.editor.moveBlocksfor fine-grained control over the move operation.