MoveOptions
Options for moving a node in the hierarchy.
MoveOptions type
Options for moving a node in the hierarchy.
Signature:
type MoveOptions<T = Layer | Shape> =
| {
to: Parent<T>;
}
| {
before: Sibling<T>;
}
| {
after: Sibling<T>;
};Last updated: August 25, 2026 at 6:23 AMEdit this page