Type Alias VertexDrawingPluginTypeGenerator

VertexDrawingPluginTypeGenerator: ((origin: PointXY, e: MouseEvent) => {
    data?: ObjectData;
    objectType: typeof Node.objectType | typeof Group.objectType;
    type: string;
})

Defines a function used by the vertex drawing plugin to generate an objectType (Group/Node) and type (app-specific) for a vertex that is about to be drawn.

Version :