← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-file-dropzone
Properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
hostEl |
HTMLElement |
✅ | - | Host element on which drop events to attach |
iconPack |
IconPack1 |
❌ | defaultIconPack |
Icon pack |
t |
RtkI18n1 |
❌ | useLanguage() |
Language |
Usage Examples
Basic Usage
<!-- component.html -->
<rtk-file-dropzone></rtk-file-dropzone>With Properties
<!-- component.html -->
<rtk-file-dropzone
[hostEl]="htmlelement">
</rtk-file-dropzone>