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