mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 04:28:07 +01:00
This commit is contained in:
parent
de8da071d0
commit
7308536ded
5 changed files with 199 additions and 125 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -68,6 +68,7 @@ type TOperation =
|
|||
| "syncAttrViewTableColWidth"
|
||||
| "hideAttrViewGroup"
|
||||
| "sortAttrViewGroup"
|
||||
| "foldAttrViewGroup"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
type TCardType = "doc" | "notebook" | "all"
|
||||
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
|
||||
|
|
@ -856,6 +857,7 @@ interface IAVView {
|
|||
showIcon: boolean;
|
||||
wrapField: boolean;
|
||||
groupHidden?: number, // 0:显示,1:空白隐藏,2:手动隐藏
|
||||
groupFolded?: boolean,
|
||||
filters: IAVFilter[],
|
||||
sorts: IAVSort[],
|
||||
groups: IAVView[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue