OpenFin Workspace Platform API
    Preparing search index...

    Interface ViewsPreventingUnloadPayload

    interface ViewsPreventingUnloadPayload {
        closeType: "view" | "window" | "page";
        viewsNotPreventingUnload: Identity_4[];
        viewsPreventingUnload: Identity_4[];
        windowId: Identity_4;
        windowShouldClose: boolean;
    }

    Hierarchy

    • Omit<OpenFin.ViewsPreventingUnloadPayload, "closeType">
      • ViewsPreventingUnloadPayload
    Index
    closeType: "view" | "window" | "page"
    viewsNotPreventingUnload: Identity_4[]

    Identities of the Views that are not preventing an unload

    viewsPreventingUnload: Identity_4[]

    Identities of the Views that are preventing an unload

    windowId: Identity_4

    Identity of the Window.

    windowShouldClose: boolean

    Specifies if the Window should close.