关闭文档选项

interface CloseOptions {
    promptToSave?: boolean;
    showCancel?: boolean;
}

Properties

promptToSave?: boolean

是否提示保存

showCancel?: boolean

是否显示取消按钮