mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
a1781ae34d
commit
fdef7398ed
7 changed files with 96 additions and 26 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -460,7 +460,7 @@ interface ISiyuan {
|
|||
storage?: {
|
||||
[key: string]: any
|
||||
},
|
||||
closedTabs: string[]
|
||||
closedTabs?: ILayoutJSON[]
|
||||
transactions?: {
|
||||
protyle: IProtyle,
|
||||
doOperations: IOperation[],
|
||||
|
|
@ -595,6 +595,8 @@ interface ILayoutJSON extends ILayoutOptions {
|
|||
page?: string
|
||||
path?: string
|
||||
blockId?: string
|
||||
mode?: TEditorMode
|
||||
action?: TProtyleAction
|
||||
icon?: string
|
||||
rootId?: string
|
||||
active?: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue