UserMemberWrapperConfiguration
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 |