mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 02:34:20 +01:00
This commit is contained in:
parent
ede499c12f
commit
ba2e654468
2 changed files with 15 additions and 1 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -969,6 +969,7 @@ interface IAVCellValue {
|
|||
text?: { content: string },
|
||||
number?: { content?: number, isNotEmpty: boolean, format?: string, formattedContent?: string },
|
||||
mSelect?: { content: string, color: string }[]
|
||||
mAsset?: { content: string, name: string, type: "file" | "image" }[]
|
||||
block?: { content: string, id?: string }
|
||||
url?: { content: string }
|
||||
phone?: { content: string }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue