mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
This commit is contained in:
parent
47d137c40c
commit
92ddab06ea
5 changed files with 25 additions and 15 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -192,6 +192,11 @@ interface Window {
|
|||
destroyTheme(): Promise<void>
|
||||
}
|
||||
|
||||
interface filesPath {
|
||||
notebookId: string,
|
||||
openPaths: string[]
|
||||
}
|
||||
|
||||
interface IPosition {
|
||||
x: number,
|
||||
y: number,
|
||||
|
|
@ -204,6 +209,7 @@ interface ISaveLayout {
|
|||
name: string,
|
||||
layout: IObject
|
||||
time: number
|
||||
filesPaths: filesPath[]
|
||||
}
|
||||
|
||||
interface IWorkspace {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue