AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface BeforeUnloadUserDecision

    User decision of whether a Window or specific View should close when trying to prevent an unload.

    interface BeforeUnloadUserDecision {
        viewsToClose: Identity[];
        windowShouldClose: boolean;
    }
    Index
    viewsToClose: Identity[]

    Array of views that will close.

    windowShouldClose: boolean

    Specifies if the Window should close.