Vanessa 2023-12-08 21:56:48 +08:00
parent f9d476ebf5
commit 01e20cfd6f
8 changed files with 30 additions and 14 deletions

View file

@ -48,6 +48,7 @@ type TOperation =
| "setAttrViewViewIcon"
| "duplicateAttrViewView"
| "sortAttrViewView"
| "setAttrViewPageSize"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
@ -1038,6 +1039,8 @@ interface IAVTable extends IAVView {
filters: IAVFilter[],
sorts: IAVSort[],
rows: IAVRow[],
rowCount: number,
pageSize: number,
}
interface IAVFilter {