AboutSupportDeveloper GuideVersion 36.122.80.11

Interface ViewsPreventingUnloadPayload

Represents the payload shape for Views that are trying to prevent an unload.

Hierarchy

  • ViewsPreventingUnloadPayload

Properties

closeType: "view" | "window"

Source of the close action.

viewsNotPreventingUnload: Identity[]

Identities of the Views that are not preventing an unload

viewsPreventingUnload: Identity[]

Identities of the Views that are preventing an unload

windowId: Identity

Identity of the Window.

windowShouldClose: boolean

Specifies if the Window should close.