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

Properties

ignoreSave: boolean

Indicates whether the save operation should be ignored (i.e., close without saving).

shouldClose: boolean

Indicates whether the document should be closed after the operation.