interface IResult {
    doNotAskAgain: boolean;
    ignoreSave: boolean;
    shouldClose: boolean;
}

Properties

doNotAskAgain: boolean

If true, the confirmation dialog should not be shown again for this document.

ignoreSave: boolean

If true, the document will be closed without saving changes.

shouldClose: boolean

Indicates whether the document should be closed.