Vanessa 2023-12-31 00:09:47 +08:00
parent 8b064e44bd
commit 794a3cd476
4 changed files with 70 additions and 43 deletions

View file

@ -1063,7 +1063,8 @@ interface IAVTable extends IAVView {
interface IAVFilter {
column: string,
operator: TAVFilterOperator,
value: IAVCellValue
value: IAVCellValue,
type?: TAVCol // 仅用于标识新增时的类型,用于区分 rollup
}
interface IAVSort {