mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-24 16:04:06 +01:00
This commit is contained in:
parent
040fa83fcb
commit
fb1a23a67d
3 changed files with 138 additions and 39 deletions
8
app/src/types/index.d.ts
vendored
8
app/src/types/index.d.ts
vendored
|
|
@ -1080,6 +1080,14 @@ interface IAVFilter {
|
|||
operator: TAVFilterOperator,
|
||||
value: IAVCellValue,
|
||||
type?: TAVCol // 仅用于标识新增时的类型,用于区分 rollup
|
||||
relativeDate?: relativeDate
|
||||
relativeDate2?: relativeDate
|
||||
}
|
||||
|
||||
interface relativeDate {
|
||||
count: number // 数量
|
||||
unit: number // 单位:0: 天、1: 周、2: 月、3: 年
|
||||
direction: number // 方向:-1: 前、0: 现在、1: 后
|
||||
}
|
||||
|
||||
interface IAVSort {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue