NodeDragEndedEvent
since v1.1.0Event 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.
Properties
Section titled “Properties”cancelReason?
Section titled “cancelReason?”
optionalcancelReason:"cancelled"
Present when the drag ended without a normal pointer release
nodes:
Node[]
Nodes that were dragged, with their final positions