mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 21:48:06 +01:00
This commit is contained in:
parent
284d78bc27
commit
5f8c76fc87
9 changed files with 443 additions and 23 deletions
13
app/src/types/index.d.ts
vendored
13
app/src/types/index.d.ts
vendored
|
|
@ -1,6 +1,15 @@
|
|||
type TLayout = "normal" | "top" | "bottom" | "left" | "right" | "center"
|
||||
type TDirection = "lr" | "tb"
|
||||
type TDockType = "file" | "outline" | "bookmark" | "tag" | "graph" | "globalGraph" | "backlink" | "inbox"
|
||||
type TDockType =
|
||||
"file"
|
||||
| "outline"
|
||||
| "bookmark"
|
||||
| "tag"
|
||||
| "graph"
|
||||
| "globalGraph"
|
||||
| "backlink"
|
||||
| "backlinkOld"
|
||||
| "inbox"
|
||||
type TDockPosition = "Left" | "Right" | "Top" | "Bottom"
|
||||
type TWS = "main" | "filetree" | "protyle"
|
||||
type TEditorMode = "preview" | "wysiwyg"
|
||||
|
|
@ -475,7 +484,7 @@ declare interface IModels {
|
|||
editor: import("../editor").Editor [],
|
||||
graph: import("../layout/dock/Graph").Graph[],
|
||||
outline: import("../layout/dock/Outline").Outline[]
|
||||
backlinks: import("../layout/dock/Backlinks").Backlinks[]
|
||||
backlink: import("../layout/dock/Backlink").Backlink[]
|
||||
asset: import("../asset").Asset[]
|
||||
search: import("../search").Search[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue