AboutSupportDeveloper GuideVersion 22.3.18
interface SaveModalOnPageCloseResult {
    shouldShowModal: boolean;
}

Properties

Properties

shouldShowModal: boolean

If false, a modal informing that unsaved changes will be lost will not be displayed.