OpenFin Workspace Platform API
    Preparing search index...

    Interface SetActivePageForWindowPayload

    interface SetActivePageForWindowPayload {
        identity: Identity_4;
        pageId: string;
    }
    Index
    identity: Identity_4

    The OF window identity to set the active page of.

    pageId: string

    The id of the page to set as active. The page must be attached to the target window.