@deprecated rtk-chat-search-results は非推奨で、まもなく削除されます。代わりに rtk-chat-messages-ui-paginated を使用してください。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
channelId |
string |
✅ | - | チャネル ID |
iconPack |
IconPack1 |
❌ | defaultIconPack |
アイコンパック |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
query |
string |
✅ | - | 検索クエリ |
t |
RtkI18n1 |
❌ | useLanguage() |
言語 |
<!-- component.html -->
<rtk-chat-search-results></rtk-chat-search-results><!-- component.html -->
<rtk-chat-search-results
channelId="example"
[meeting]="meeting"
query="example">
</rtk-chat-search-results>