← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-chat-messages-ui-paginated
Vlastnosti
| Vlastnost | Typ | Povinné | Výchozí | Popis |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Sada ikon |
meeting |
Meeting |
✅ | - | Objekt Meeting |
privateChatRecipient |
Participant | null |
✅ | - | Vybraný příjemce pro soukromý chat; pokud není nastaven, načítají se zprávy pro veřejný chat (Everyone). |
size |
Size |
✅ | - | Velikost |
t |
RtkI18n |
❌ | useLanguage() |
Jazyk |
Příklady použití
Základní použití
<!-- component.html -->
<rtk-chat-messages-ui-paginated></rtk-chat-messages-ui-paginated>S vlastnostmi
<!-- component.html -->
<rtk-chat-messages-ui-paginated
[meeting]="meeting"
[privateChatRecipient]="participant | null"
size="md">
</rtk-chat-messages-ui-paginated>