ThreadedMessagesConfiguration
This refers to the properties of the CometChatThreadedMessages
component that are available for customisation via the parent component when the component exists in a deep nested hierarchy.
Configurable Properties
Name | Description |
---|---|
closeIconURL | Asset URL for the close icon. |
bubbleView | User-defined component to customise the parent message's bubble. |
messageActionView | User-defined component to customise the message actions available for the parent message. |
messageListView | User-defined component to customise the message list. |
messageComposerView | User-defined component to customise the message composer. |
hideMessageComposer | When set to true, message composer will not be displayed. |
onClose | Override the method that is invoked when the user clicks on the close icon. |
onError | Override the method that is invoked when an error is encountered within the details component |
messageListConfiguration | Properties of the message list component that are available for customisation via the messages component. |
messageComposerConfiguration | Properties of the message composer component that are available for customisation via the messages component. |
threadedMessagesStyle | Styling properties and values of the CometChatThreadedMessages component |