← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-chat-search-results
@deprecated rtk-chat-search-results je zastaralá a bude brzy odstraněna. Použijte rtk-chat-messages-ui-paginated místo toho. -
Vlastnosti
| Vlastnost | Typ | Povinné | Výchozí | Popis |
|---|---|---|---|---|
channelId |
string |
✅ | - | ID kanálu |
iconPack |
IconPack1 |
❌ | defaultIconPack |
Sada ikon |
meeting |
Meeting |
✅ | - | Objekt Meeting |
query |
string |
✅ | - | Vyhledávací dotaz |
t |
RtkI18n1 |
❌ | useLanguage() |
Jazyk |
Příklady použití
Základní použití
<!-- component.html -->
<rtk-chat-search-results></rtk-chat-search-results>S vlastnostmi
<!-- component.html -->
<rtk-chat-search-results
channelId="example"
[meeting]="meeting"
query="example">
</rtk-chat-search-results>