mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user