mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 07:46:09 +01:00
This commit is contained in:
parent
81ef5d0244
commit
e9c8cd0e0d
6 changed files with 87 additions and 38 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -54,6 +54,7 @@ type TOperation =
|
|||
| "setAttrViewColDate"
|
||||
| "unbindAttrViewBlock"
|
||||
| "setAttrViewViewDesc"
|
||||
| "setAttrViewColDesc"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
type TCardType = "doc" | "notebook" | "all"
|
||||
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
|
||||
|
|
@ -799,6 +800,7 @@ interface IAVColumn {
|
|||
icon: string,
|
||||
id: string,
|
||||
name: string,
|
||||
desc: string,
|
||||
wrap: boolean,
|
||||
pin: boolean,
|
||||
hidden: boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue