| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
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>