Skip to content
Cloudflare Docs

rtk-chat-selector-ui

Properties

PropertyTypeRequiredDefaultDescription
groupsChatGroup[]-Participants
iconPackIconPack1defaultIconPackIcon pack
selectedGroupIdstring-Selected participant
selfUserIdstring-Self User ID
tRtkI18nuseLanguage()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>