@vcmap/core
    Preparing search index...

    Type Alias VertexInsertedEvent

    type VertexInsertedEvent = {
        index: number;
        vertex: Vertex;
    }
    Index

    Properties

    Properties

    index: number
    vertex: Vertex