Vertex Viewer SDK
    Preparing search index...

    Interface CalloutAnnotationData

    interface CalloutAnnotationData {
        accentColor?: string;
        icon?: ViewerIconName;
        position: Vector3.Vector3;
        primaryColor?: string;
        type: "callout";
    }
    Index

    Properties

    accentColor?: string
    position: Vector3.Vector3
    primaryColor?: string
    type: "callout"