> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-rn-guide-message-privately.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ThreadedMessagesConfiguration

> ThreadedMessagesConfiguration — CometChat documentation.

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                                    |
