INTEGRITY Документация

rtk-chat-selector-ui

Свойства

Свойство Тип Обязательный По умолчанию Описание
groups ChatGroup[] - Участники
iconPack IconPack1 defaultIconPack Набор значков
selectedGroupId string - Выбранный участник
selfUserId string - Self User ID
t RtkI18n useLanguage() Язык
unreadCounts Record<string, number> - Счётчики непрочитанных

Примеры использования

Базовое использование

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

Со свойствами

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