Vanessa 2024-03-01 22:22:37 +08:00
parent 7dcdcfb0d3
commit 038cf6c1b2
4 changed files with 46 additions and 3 deletions

View file

@ -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 {