Type Alias DropTargetInfo

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.

Version :