Skip to main content
DropTargetInfo
When a new vertex was dropped onto an existing vertex, the onVertexAdded callback is passed an object of this type to describe the vertex onto which the new vertex was dropped.
{
  pos:PointXY,
  size:Size,
  vertex:Node | Group
}