Vertex Viewer SDK
    Preparing search index...

    Interface ListAnnotationsOptions

    interface ListAnnotationsOptions {
        cursor?: string;
        modelViewId?: string;
        size?: number;
    }
    Index
    cursor?: string
    modelViewId?: string
    size?: number