mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
This commit is contained in:
parent
f9d476ebf5
commit
01e20cfd6f
8 changed files with 30 additions and 14 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue