mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
78c3479fc3
commit
a105227e65
7 changed files with 27 additions and 9 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -995,7 +995,8 @@ interface IAVCellValue {
|
|||
content: string
|
||||
},
|
||||
checkbox?: {
|
||||
checked: boolean
|
||||
checked: boolean,
|
||||
content?: string, // gallery 中显示 https://github.com/siyuan-note/siyuan/issues/15389
|
||||
}
|
||||
relation?: IAVCellRelationValue
|
||||
rollup?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue