ts-visio - v1.16.27
    Preparing search index...

    Interface VisioShape

    interface VisioShape {
        Cells: { [name: string]: VisioCell };
        ID: string;
        Master?: string;
        Name: string;
        NameU?: string;
        Sections: { [name: string]: VisioSection };
        Text?: string;
        Type: string;
    }
    Index

    Properties

    Cells: { [name: string]: VisioCell }
    ID: string
    Master?: string
    Name: string
    NameU?: string
    Sections: { [name: string]: VisioSection }
    Text?: string
    Type: string