OpenFin Workspace Platform API
    Preparing search index...

    Interface UpdateAttachedPageRequest

    Request to update the attributes of a page in which is attached to a running browser window.

    interface UpdateAttachedPageRequest {
        page: Partial<PageWithUpdatableRuntimeAttribs>;
        pageId: string;
    }
    Index

    The updated page.

    pageId: string

    The ID of the page to update.