mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
3719459179
commit
70bf718b41
5 changed files with 30 additions and 18 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -842,7 +842,8 @@ interface IAVView {
|
|||
wrapField: boolean;
|
||||
filters: IAVFilter[],
|
||||
sorts: IAVSort[],
|
||||
groups: IAVGroups
|
||||
groups: IAVView[]
|
||||
group: IAVGroup
|
||||
}
|
||||
|
||||
interface IAVTable extends IAVView {
|
||||
|
|
@ -877,8 +878,10 @@ interface relativeDate {
|
|||
direction: number; // 方向:-1: 前、0: 现在、1: 后
|
||||
}
|
||||
|
||||
interface IAVGroups {
|
||||
interface IAVGroup {
|
||||
field: string,
|
||||
method?: number
|
||||
order?: number
|
||||
}
|
||||
|
||||
interface IAVSort {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue