mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
5939add4a1
commit
bee5ff9d4f
4 changed files with 18 additions and 12 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -912,6 +912,7 @@ interface IAVCell {
|
|||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
type?: TAVCol,
|
||||
text?: { content: string },
|
||||
number?: { content?: number, isNotEmpty: boolean },
|
||||
mSelect?: { content: string, color: string }[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue