AboutSupportDeveloper GuideVersion 22.3.18

Request for reordering the pages attached to a window.

interface ReorderPagesRequest {
    pageIds: string[];
}

Properties

Properties

pageIds: string[]

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