Vanessa 2024-09-14 17:05:06 +08:00
parent 8ae79ed363
commit 8bb5c190b9
4 changed files with 29 additions and 33 deletions

View file

@ -552,7 +552,7 @@ interface IOpenFileOptions {
keepCursor?: boolean // file是否跳转到新 tab 上
zoomIn?: boolean // 是否缩放
removeCurrentTab?: boolean // 在当前页签打开时需移除原有页签
afterOpen?: () => void // 打开后回调
afterOpen?: (model?: import("../layout/Model").Model) => void // 打开后回调
}
interface ILayoutOptions {