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

    Interface VisioPage

    interface VisioPage {
        backPageId?: string;
        Connects: VisioConnect[];
        ID: string;
        isBackground?: boolean;
        Name: string;
        NameU?: string;
        PageSheet?: {
            Cells: { [name: string]: VisioCell };
            Sections: { [name: string]: VisioSection };
        };
        Shapes: VisioShape[];
        xmlPath?: string;
    }
    Index

    Properties

    backPageId?: string
    Connects: VisioConnect[]
    ID: string
    isBackground?: boolean
    Name: string
    NameU?: string
    PageSheet?: {
        Cells: { [name: string]: VisioCell };
        Sections: { [name: string]: VisioSection };
    }
    Shapes: VisioShape[]
    xmlPath?: string

    Resolved OPC part path (e.g. "visio/pages/page2.xml"). When present, this takes precedence over the ID-derived fallback path so that loaded files with non-sequential page filenames are handled correctly.