AboutSupportDeveloper GuideVersion 22.3.19
interface ShouldPageClosePayload {
    closeType: "view" | "window" | "page";
    identity: Identity_4;
    page: AttachedPage;
}

Properties

closeType: "view" | "window" | "page"

The type of close operation that triggered the override

identity: Identity_4

The OF window identity containing the page.

The page that is closing.