Type Alias OnVertexAddedCallback

OnVertexAddedCallback: ((v: Vertex, dropTarget?: {
    pos: PointXY;
    size: Size;
    vertex: Node | Group;
}) => any)

Defines the method signature for the onVertexAdded callback.

Version :