Vanessa 2023-08-02 14:27:49 +08:00
parent d0b9368bf0
commit c3d53966d5
3 changed files with 15 additions and 11 deletions

View file

@ -930,7 +930,7 @@ interface IAVCellValue {
text?: { content: string },
number?: { content?: number, isNotEmpty: boolean, format?: string, formattedContent?: string },
mSelect?: { content: string, color: string }[]
block?: { content: string, id: string }
block?: { content: string, id?: string }
url?: { content: string }
date?: IAVCellDateValue
}