interface DwgXDataEntry {
    name?: string;
    value: string | number | DwgPoint3D | DwgXDataEntry[];
}

Properties

Properties

name?: string
value: string | number | DwgPoint3D | DwgXDataEntry[]