← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-file-picker-button
Vlastnosti
| Vlastnost | Typ | Povinné | Výchozí | Popis |
|---|---|---|---|---|
filter |
string |
✅ | - | Filtr typu souborů, se kterým se otevře dialog pro výběr souboru |
icon |
keyof IconPack1 |
✅ | - | Ikona |
iconPack |
IconPack1 |
❌ | defaultIconPack |
Sada ikon |
label |
string |
✅ | - | Popisek tooltipu |
t |
RtkI18n1 |
❌ | useLanguage() |
Jazyk |
Příklady použití
Základní použití
<!-- component.html -->
<rtk-file-picker-button></rtk-file-picker-button>S vlastnostmi
<!-- component.html -->
<rtk-file-picker-button
filter="example"
[icon]="defaultIconPack"
label="example">
</rtk-file-picker-button>