OpenFin Workspace Platform API
    Preparing search index...

    Interface ShouldPageClosePayload

    interface ShouldPageClosePayload {
        closeType: "view" | "window" | "page";
        identity: Identity_4;
        page: AttachedPage;
    }
    Index
    closeType: "view" | "window" | "page"

    The type of close operation that triggered the override

    identity: Identity_4

    The OF window identity containing the page.

    The page that is closing.