mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 17:04:07 +01:00
This commit is contained in:
parent
8b064e44bd
commit
794a3cd476
4 changed files with 70 additions and 43 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -1063,7 +1063,8 @@ interface IAVTable extends IAVView {
|
|||
interface IAVFilter {
|
||||
column: string,
|
||||
operator: TAVFilterOperator,
|
||||
value: IAVCellValue
|
||||
value: IAVCellValue,
|
||||
type?: TAVCol // 仅用于标识新增时的类型,用于区分 rollup
|
||||
}
|
||||
|
||||
interface IAVSort {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue