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

# UserMemberWrapperConfiguration

> UserMemberWrapperConfiguration — CometChat documentation.

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

| Name                      | Description                                                                                 |
| ------------------------- | ------------------------------------------------------------------------------------------- |
| userMemberListType        | Enum that can have one of two values: UserMemberListType.USERS or UserMemberListType.GROUPS |
| onItemClick               | Event handler method that triggers when a user or group member is clicked                   |
| listItemView              | Custom view for list items                                                                  |
| avatarStyle               | Style properties for the avatar                                                             |
| statusIndicatorStyle      | Style properties for the status indicator                                                   |
| subtitleView              | Custom view for the subtitle                                                                |
| usersRequestBuilder       | Class that allows you to set various parameters to fetch the users                          |
| disableUsersPresence      | When set to true, users presence will not be displayed                                      |
| userPresencePlacement     | Determines the placement of the user presence                                               |
| hideSeparator             | When set to true, the separator will be hidden                                              |
| loadingStateView          | User-defined component to customise the loading indicator                                   |
| groupMemberRequestBuilder | Class that allows you to set various parameters to fetch the group members                  |
| loadingIconURL            | Asset URL for the loading indicator icon                                                    |
