| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
groups |
ChatGroup[] |
✅ | - | 参加者 |
iconPack |
IconPack1 |
❌ | defaultIconPack |
アイコンパック |
selectedGroupId |
string |
✅ | - | 選択中の参加者 |
selfUserId |
string |
✅ | - | 自分のユーザー ID |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
unreadCounts |
Record<string, number> |
✅ | - | 未読数 |
<rtk-chat-selector-ui></rtk-chat-selector-ui><rtk-chat-selector-ui
selectedGroupId="example"
selfUserId="example">
</rtk-chat-selector-ui><script>
const el = document.querySelector("rtk-chat-selector-ui");
el.groups= [];
</script>