mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 06:46:09 +01:00
This commit is contained in:
parent
5a9bb84641
commit
a635bcbafd
15 changed files with 63 additions and 64 deletions
9
app/src/types/index.d.ts
vendored
9
app/src/types/index.d.ts
vendored
|
|
@ -217,7 +217,12 @@ interface Window {
|
|||
destroyTheme(): Promise<void>
|
||||
}
|
||||
|
||||
interface filesPath {
|
||||
interface IRefDefs {
|
||||
refID: string,
|
||||
defIDs?: string[]
|
||||
}
|
||||
|
||||
interface IFilesPath {
|
||||
notebookId: string,
|
||||
openPaths: string[]
|
||||
}
|
||||
|
|
@ -234,7 +239,7 @@ interface ISaveLayout {
|
|||
name: string,
|
||||
layout: IObject
|
||||
time: number
|
||||
filesPaths: filesPath[]
|
||||
filesPaths: IFilesPath[]
|
||||
}
|
||||
|
||||
interface IWorkspace {
|
||||
|
|
|
|||
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -448,7 +448,7 @@ interface IProtyleOptions {
|
|||
rootId?: string
|
||||
originalRefBlockIDs?: IObject
|
||||
key?: string
|
||||
defId?: string
|
||||
defIds?: string[]
|
||||
render?: {
|
||||
background?: boolean
|
||||
title?: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue