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

    Interface ViewStatuses

    The statuses of views specifying which of them are trying to prevent an unload and which are not.

    interface ViewStatuses {
        viewsNotPreventingUnload: Identity[];
        viewsPreventingUnload: Identity[];
    }
    Index
    viewsNotPreventingUnload: Identity[]

    Identities of the Views that are not preventing an unload.

    viewsPreventingUnload: Identity[]

    Identities of the Views that are preventing an unload.