OpenFin Workspace Platform API
    Preparing search index...

    Interface CopyPagePayload

    interface CopyPagePayload {
        identity: Identity_4;
        page: Page;
        reason: "duplicate" | "save-as";
    }
    Index
    identity: Identity_4

    The OF browser identity containing the page to copy.

    page: Page

    The page to copy.

    reason: "duplicate" | "save-as"

    Specifies the trigger for creating a copy.