Vertex Viewer SDK
    Preparing search index...

    Interface AnnotationState

    interface AnnotationState {
        annotations: Record<AnnotationSet["id"], Annotation[]>;
    }
    Index
    annotations: Record<AnnotationSet["id"], Annotation[]>