Vertex Viewer SDK
    Preparing search index...

    Interface AnnotationState

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

    Properties

    Properties

    annotations: Record<AnnotationSet["id"], Annotation[]>