ChatNavigation
Sidebar
Chat Sidebar from the Chat package.
Loading ChatSidebar…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
threadsOptional | readonly ChatThreadData[] | [] |
threadSectionsOptional | readonly ChatThreadSection[] | [] |
expandedThreadSectionIdsOptional | ReadonlySet<string> | — |
defaultExpandedThreadSectionIdsOptional | ReadonlySet<string> | new Set() |
actionsOptional | readonly ChatAction[] | [] |
footerActionsOptional | readonly ChatAction[] | [] |
onActionSelectOptional | ((action: ChatAction) => void) | — |
onThreadSectionExpandedChangeOptional | ((sectionId: string, expanded: boolean) => void) | — |
onThreadSelectOptional | ((thread: ChatThreadData) => void) | — |
titleOptional | string | "Chats" |