← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-chat-selector-ui
Vlastnosti
| Vlastnost | Typ | Povinné | Výchozí | Popis |
|---|---|---|---|---|
groups |
ChatGroup[] |
✅ | - | Účastníci |
iconPack |
IconPack1 |
❌ | defaultIconPack |
Sada ikon |
selectedGroupId |
string |
✅ | - | Vybraný účastník |
selfUserId |
string |
✅ | - | Self User ID |
t |
RtkI18n |
❌ | useLanguage() |
Jazyk |
unreadCounts |
Record<string, number> |
✅ | - | Počty nepřečtených zpráv |
Příklady použití
Základní použití
<!-- component.html -->
<rtk-chat-selector-ui></rtk-chat-selector-ui>S vlastnostmi
<!-- component.html -->
<rtk-chat-selector-ui
[groups]="[]"
selectedGroupId="example"
selfUserId="example">
</rtk-chat-selector-ui>