interface Dwg_TABLE_AttrDef {
    attdef: Dwg_Object_Ref;
    index: number;
    text: string;
}

Properties

Properties

index: number
text: string