Members
    
        
        
DynamicContentStore.<MessageList.MessageListChildrenProps>
    
            
                
            
                
            
                
            
            # static readonly Content
    Dynamic content store
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 |