Skip to main content
VertexMoveEndParams
Payload for the node:move:end event that is fired when a node/group has just been moved.
NameTypeDescription
dragGroupArray<{
  el:E,
  element:ViewportElement<E>,
  originalPos:PointXY,
  pos:PointXY,
  vertex:Node | Group
}
>
The list of vertices that were dragged. This array will always contain at the very least information about a vertex that was dragged. If the vertex was in a drag group then all of the members of that drag group will be in this array too.