送信する下書きの添付ファイルを描画するコンポーネントです。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
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>