Name | Type | Description |
---|---|---|
user | User Class | View details of this particular CometChat user |
group | Group Class | View details of this particular CometChat group |
Name | Type | Description |
---|---|---|
isMobileView | boolean | When set to true, the component adapts the layout, design, and functionality to provide an optimal user experience on smaller screens and touch-based interfaces. |
Name | Type | Description |
---|---|---|
messageText | string | It represents the textual content which will be replaced with the messages component when user clicks on a particular user / group chat. |
Name | Type | Description |
---|---|---|
startNewConversationIconURL | string | Asset URL for the button which opens up a new conversation |
Name | Type | Description |
---|---|---|
onError | (error: CometChat.CometChatException) => void | null | Override the method that is invoked when an error is encountered within the component |
Name | Type | Description |
---|---|---|
conversationsWithMessagesStyle | WithMessagesStyle | Styling properties and values of the Conversations with Messages component |
Name | Type | Description |
---|---|---|
conversationsConfiguration | Conversations configuration | Properties of the conversations component that are available for customisation via this component. |
messagesConfiguration | MessagesConfiguration | Properties of the messages component that are available for customisation via this component. |