AboutSupportDeveloper GuideVersion 38.126.82.64

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

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

Properties

viewsNotPreventingUnload: Identity[]

Identities of the Views that are not preventing an unload.

viewsPreventingUnload: Identity[]

Identities of the Views that are preventing an unload.