OpenFin Workspace Platform API
    Preparing search index...

    Interface UpdateSavedPageRequest

    Request for updating a saved page in persistent storage.

    interface UpdateSavedPageRequest {
        page: Page;
        pageId: string;
    }
    Index
    page: Page

    The updated page.

    pageId: string

    The ID of the page to update.