Interface PanoSpatialTagPluginOriginElement

interface PanoSpatialTagPluginOriginElement {
    destroying?: boolean;
    front: boolean;
    id: PanoSpatialTagPluginId;
    left: number;
    top: number;
}

Properties

destroying?: boolean
front: boolean
left: number
top: number