mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
This commit is contained in:
parent
671f182d5c
commit
2ee6b54bc7
3 changed files with 57 additions and 10 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -291,6 +291,7 @@ declare interface IOpenFileOptions {
|
|||
keepCursor?: boolean // file,是否跳转到新 tab 上
|
||||
zoomIn?: boolean // 是否缩放
|
||||
removeCurrentTab?: boolean // 在当前页签打开时需移除原有页签
|
||||
afterOpen?: () => void // 打开后回调
|
||||
}
|
||||
|
||||
declare interface ILayoutOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue