DropTargetInfo: {
    pos: PointXY;
    size: Size;
    vertex: Node | Group;
}

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.

Type declaration