Thread
Chat Thread from the Chat package.
Loading ChatThread…
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 |
|---|---|---|
messagesRequired | readonly ChatMessageData[] | — |
emptyDescriptionOptional | string | — |
emptyTitleOptional | string | — |
loadingOptional | boolean | — |
getMessageGroupKeyOptional | ((message: ChatMessageData) => string | undefined) | — |
onFormSubmitOptional | ((submission: ChatFormSubmission) => void) | — |
renderMessageOptional | ((message: ChatMessageData) => ReactNode) | — |
renderMessageGroupOptional | ((messages: readonly ChatMessageData[]) => ReactNode) | — |