AboutSupportDeveloper GuideVersion 43.140.100.51

Represents the shape of payload that contains the Window Identity and related options.

interface CloseWindowPayload {
    options: {
        skipBeforeUnload?: boolean;
    };
    windowId: Identity;
}

Properties

Properties

options: {
    skipBeforeUnload?: boolean;
}

Type declaration

  • OptionalskipBeforeUnload?: boolean

    When set to true skips any before handler set on views that are part of the window

    false
    
windowId: Identity

Identity of the Window

""