We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1041120 commit af6cca2Copy full SHA for af6cca2
packages/pro-components/chat/attachments/README.md
@@ -49,7 +49,7 @@ isComponent: true
49
50
名称 | 类型 | 默认值 | 描述 | 必传
51
-- | -- | -- | -- | --
52
-items | Array | [] | 文件列表数据,每个元素需包含fileType/name/url/size等属性 | Y
+items | Array | [] | 附件列表。TS类型:FileItem[] | Y
53
removable | Boolean | true | 是否显示删除按钮 | N
54
imageViewer | Boolean | true | 是否启用图片预览功能 | N
55
addable | Boolean | true | 是否显示添加按钮 | N
0 commit comments