AboutSupportDeveloper GuideVersion 38.126.82.64

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

  • Optional skipBeforeUnload?: boolean

    Default Value

    false

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

Identity of the Window