mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
11
app/src/types/index.d.ts
vendored
11
app/src/types/index.d.ts
vendored
@@ -882,8 +882,11 @@ interface IAVCell {
|
||||
valueType: TAVCol,
|
||||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
content: string,
|
||||
content2?: string,
|
||||
color?: string,
|
||||
type IAVCellValue = {
|
||||
[key in TAVCol]?: {
|
||||
content: string
|
||||
content2?: string
|
||||
color?: string
|
||||
id?: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user