Skip to content

rtk-chat-selector-ui

Properties

PropertyTypeRequiredDefaultDescription
groupsChatGroup[]✅-Participants
iconPackIconPack1❌defaultIconPackIcon pack
selectedGroupIdstring✅-Selected participant
selfUserIdstring✅-Self User ID
tRtkI18n❌useLanguage()Language
unreadCountsRecord<string, number>✅-Unread counts

Usage Examples

Basic Usage

<rtk-chat-selector-ui></rtk-chat-selector-ui>

With Properties

<rtk-chat-selector-ui
selectedGroupId="example"
selfUserId="example">
</rtk-chat-selector-ui>
<script>
const el = document.querySelector("rtk-chat-selector-ui");
el.groups= [];
</script>