Vanessa 2023-09-21 17:27:48 +08:00
parent ede499c12f
commit ba2e654468
2 changed files with 15 additions and 1 deletions

View file

@ -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 }