mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 23:06:09 +01:00
This commit is contained in:
parent
f965ef0945
commit
37892e786b
4 changed files with 47 additions and 3 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue