Viewer
    Preparing search index...

    Interface ITag2D

    interface ITag2D {
        color: Color;
        location: { X: number; Y: number; Z: number };
        text: string;
        version: string;
    }
    Index

    Properties

    color: Color
    location: { X: number; Y: number; Z: number }
    text: string
    version: string