mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
🎨 add isPreview
This commit is contained in:
parent
9b6fe676ab
commit
1a7110de1a
5 changed files with 40 additions and 9 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -308,6 +308,7 @@ interface ILayoutJSON extends ILayoutOptions {
|
|||
rootId?: string
|
||||
active?: boolean
|
||||
pin?: boolean
|
||||
isPreview?: boolean
|
||||
customModelData?: any
|
||||
customModelType?: string
|
||||
config?: ISearchOption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue