Vanessa 2023-10-01 17:58:48 +08:00
parent f965ef0945
commit 37892e786b
4 changed files with 47 additions and 3 deletions

View file

@ -24,6 +24,7 @@ type TOperation =
| "removeFlashcards"
| "updateAttrViewCell"
| "updateAttrViewCol"
| "updateAttrViewColTemplate"
| "sortAttrViewRow"
| "sortAttrViewCol"
| "setAttrViewColHidden"
@ -1022,6 +1023,7 @@ interface IAVColumn {
hidden: boolean,
type: TAVCol,
numberFormat: string,
template: string,
calc: {
operator: string,
result: IAVCellValue