渲染要发送的草稿附件的组件。
| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
attachment |
{ type: 'image' | 'file'; file: File; } |
✅ | - | 要显示的附件 |
iconPack |
IconPack1 |
❌ | defaultIconPack |
图标包 |
t |
RtkI18n1 |
❌ | useLanguage() |
语言 |
<!-- component.html -->
<rtk-draft-attachment-view></rtk-draft-attachment-view><!-- component.html -->
<rtk-draft-attachment-view
[attachment=]"{}">
</rtk-draft-attachment-view>