Chat · Components
RoomList
Sidebar room navigation with unread badgesPublic export
typescript
import { RoomList } from '@happyvertical/smrt-chat/svelte';- Import path
@happyvertical/smrt-chat/svelte- Props
- 4
- Props described
- 4 of 4
- Bindable state
- 0
- Callback events
- 2
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
roomsChatRoomData[]YesAvailable chat roomscurrentRoomIdstringNoCurrently selected room IDonselectroom(roomId: string) => voidYesCallback when a room is selectedoncreateroom() => voidNoCallback to open create room dialogBindable state
This component has no bindable public state.
Callback events
onselectroom(roomId: string) => voidoncreateroom() => void