mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 17:34:06 +01:00
This commit is contained in:
parent
7dcdcfb0d3
commit
038cf6c1b2
4 changed files with 46 additions and 3 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -51,6 +51,7 @@ type TOperation =
|
|||
| "setAttrViewPageSize"
|
||||
| "updateAttrViewColRelation"
|
||||
| "updateAttrViewColRollup"
|
||||
| "hideAttrViewName"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
type TCardType = "doc" | "notebook" | "all"
|
||||
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
|
||||
|
|
@ -1064,6 +1065,7 @@ interface IAVView {
|
|||
id: string
|
||||
type: string
|
||||
icon: string
|
||||
hideAttrViewName: boolean
|
||||
}
|
||||
|
||||
interface IAVTable extends IAVView {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue