ThreePresenter API Documentation - v0.1.2
    Preparing search index...

    Interface Annotation

    A single annotation in the scene

    interface Annotation {
        id: string;
        label: string;
        type: AnnotationType;
        geometry: AnnotationGeometry;
        createdAt?: string;
        createdBy?: string;
    }
    Index

    Properties

    id: string

    Unique identifier for the annotation

    label: string

    User-visible label/name for the annotation

    Type of annotation

    Geometric data for the annotation

    createdAt?: string

    Optional creation timestamp

    createdBy?: string

    Optional user who created it