DotNaos UI
ChatNavigation

Sidebar

Chat Sidebar from the Chat package.

Source code

Waiting for the preview before loading source files · 2 of 2

Properties

Public properties derived from the component’s TypeScript signature.

PropertyTypeDefault
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"