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

<!-- component.html -->
<rtk-chat-selector-ui></rtk-chat-selector-ui>

With Properties

<!-- component.html -->
<rtk-chat-selector-ui
[groups]="[]"
selectedGroupId="example"
selfUserId="example">
</rtk-chat-selector-ui>