Components

MessageList

<MessageList />

A component representing the list of messages. Can be themed with theme.Chat.MessageList

Members

DynamicContentStore.<MessageList.MessageListChildrenProps>

static readonly Content

Dynamic content store
MessageList.MessageListChildrenProps

static readonly defaultProps

Default properties
MessageListItem

static readonly Item

Shortcut for MessageListItem component
WelcomeMessage

static readonly WelcomeMessage

Shortcut for WelcomeMessage component

Type Definitions

MessageListChildrenProps

Properties:
Name Type Attributes Description
channelSid string Sid of the channel
channel ChannelState.ChannelState <optional>
ChannelState object
isAppActive boolean <optional>
It sets whether the chat is active or not
memberDisplayOptions MessagingCanvas.MemberDisplayOptions Chat member display configuration
messageStyle MessagingCanvas.MessageStyle Represents the style of a message.
showTypingIndicator boolean It sets whether to display TypingIndicator component or not
showReadStatus boolean It sets whether to display the MessageReadContainer component or not
showWelcomeMessage boolean It sets whether to inject a WelcomeMessage in the message list or not
predefinedMessage PredefinedMessage <optional>
It sets whether to inject a predefined message in the message list or not
listContainerAriaProps AriaProps <optional>
ListContainer aria props