Interface Annotation

interface Annotation {
    alwaysExpanded?: boolean;
    description?: string;
    markerLabel?: string;
    position: Vector3Tuple;
    title: string;
}

Properties

alwaysExpanded?: boolean
description?: string
markerLabel?: string
position: Vector3Tuple
title: string

Generated using TypeDoc