mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
This commit is contained in:
parent
8ae79ed363
commit
8bb5c190b9
4 changed files with 29 additions and 33 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue