Skip to content

NodeDragEndedEvent

since v1.1.0

Event payload emitted when a node drag operation ends.

This event fires when the user releases the pointer after dragging nodes. Nodes will have their final positions when this event is received.

optional cancelReason: "cancelled"

Present when the drag ended without a normal pointer release


nodes: Node[]

Nodes that were dragged, with their final positions