mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 00:34:20 +01:00
This commit is contained in:
parent
092c58f629
commit
70e6a3182d
23 changed files with 382 additions and 136 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -27,6 +27,7 @@ type TOperation =
|
|||
| "updateAttrViewColTemplate"
|
||||
| "sortAttrViewRow"
|
||||
| "sortAttrViewCol"
|
||||
| "setAttrViewColPin"
|
||||
| "setAttrViewColHidden"
|
||||
| "setAttrViewColWrap"
|
||||
| "setAttrViewColWidth"
|
||||
|
|
@ -1029,11 +1030,12 @@ interface IAVSort {
|
|||
}
|
||||
|
||||
interface IAVColumn {
|
||||
width: number,
|
||||
width: string,
|
||||
icon: string,
|
||||
id: string,
|
||||
name: string,
|
||||
wrap: boolean,
|
||||
pin: boolean,
|
||||
hidden: boolean,
|
||||
type: TAVCol,
|
||||
numberFormat: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue