| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
hostEl |
HTMLElement |
✅ | - | ドロップイベントを取り付けるホスト要素 |
iconPack |
IconPack1 |
❌ | defaultIconPack |
アイコンパック |
t |
RtkI18n1 |
❌ | useLanguage() |
言語 |
<!-- component.html -->
<rtk-file-dropzone></rtk-file-dropzone><!-- component.html -->
<rtk-file-dropzone
[hostEl]="htmlelement">
</rtk-file-dropzone>