mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 06:48:49 +01:00
This commit is contained in:
parent
ec4da7cde7
commit
c8ea33c5ce
13 changed files with 372 additions and 245 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -71,6 +71,7 @@ type TAVCol =
|
|||
| "template"
|
||||
| "created"
|
||||
| "updated"
|
||||
| "checkbox"
|
||||
type THintSource = "search" | "av" | "hint";
|
||||
type TAVFilterOperator =
|
||||
"="
|
||||
|
|
@ -1094,6 +1095,9 @@ interface IAVCellValue {
|
|||
}
|
||||
template?: {
|
||||
content: string
|
||||
},
|
||||
checkbox?: {
|
||||
checked: boolean
|
||||
}
|
||||
date?: IAVCellDateValue
|
||||
created?: IAVCellDateValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue