OpenFin Workspace Platform API
    Preparing search index...

    Interface ReorderPagesRequest

    Request for reordering the pages attached to a window.

    interface ReorderPagesRequest {
        pageIds: string[];
    }
    Index
    pageIds: string[]

    An array of page ids that specify the order of the pages attached to the window.