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

# CallLogHistoryConfiguration

> CallLogHistoryConfiguration — CometChat documentation.

This refers to the properties of the `CometChatCallLogHistory` component that are available for customisation via the parent component when the component exists in a deep nested hierarchy.

| Name                  | Description                                                                                             |
| --------------------- | ------------------------------------------------------------------------------------------------------- |
| emptyStateView        | User-defined component to customise the empty state of the component.                                   |
| errorStateView        | User-defined component to customise the error state of the component.                                   |
| loadingIconURL        | Asset URL for the loading indicator icon                                                                |
| loadingStateView      | User-defined component to customise the loading indicator                                               |
| callLogRequestBuilder | Class that allows you to set various parameters to the builder based on which the call logs are fetched |
| onItemClick           | Override the method that is invoked when user clicks on a individual item in the list                   |
| backIconUrl           | Asset URL for the back indicator icon                                                                   |
| onBackClick           | Override the method that is invoked when user clicks on a back button                                   |
| listItemStyle         | Styling properties and values of the [ListItem](/web-elements/list-item) component                      |
| datePattern           | User defined date format for the timestamp displayed for each item.                                     |
| dateSeparatorPattern  | User defined date format for the separator timestamp displayed for items displayed in list.             |
| callLogHistoryStyle   | Styling properties and values of the `CometChatCallLogHistory` component                                |
| onError               | Override the method that is invoked when an error is encountered within the componentch                 |
