Type alias VertexInsertedEvent

VertexInsertedEvent: {
    index: number;
    vertex: Vertex;
}

Type declaration

Generated using TypeDoc