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

Hierarchy

  • Omit<OpenFin.ViewsPreventingUnloadPayload, "closeType">
    • ViewsPreventingUnloadPayload

Properties

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.