Name | Type | Description |
---|---|---|
userMemberListType | UserMemberListType | Enum that can have one of two values: UserMemberListType.USERS or UserMemberListType.GROUPS |
Name | Type | Description |
---|---|---|
onItemClick | (userMember: CometChat.User | CometChat.GroupMember) => void | Event handler method that triggers when a user or group member is clicked |
Name | Type | Description |
---|---|---|
listItemView | view | Custom view for list items |
Name | Type | Description |
---|---|---|
avatarStyle | AvatarStyle | Style properties for the avatar |
Name | Type | Description |
---|---|---|
statusIndicatorStyle | object | Style properties for the status indicator |
Name | Type | Description |
---|---|---|
searchKeyword | string | Keyword for searching user members |
Name | Type | Description |
---|---|---|
group | CometChat.Group | The group of which members are to be listed |
Name | Type | Description |
---|---|---|
subtitleView | view | Custom view for the subtitle |
Name | Type | Description |
---|---|---|
usersRequestBuilder | CometChat.UsersRequestBuilder | Class that allows you to set various parameters to fetch the users |
Name | Type | Description |
---|---|---|
disableUsersPresence | boolean | When set to true, users presence will not be displayed |
Name | Type | Description |
---|---|---|
userPresencePlacement | UserPresencePlacement | Determines the placement of the user presence |
Name | Type | Description |
---|---|---|
hideSeperator | boolean | When set to true, the separator will be hidden |
Name | Type | Description |
---|---|---|
loadingStateView | view | Custom view for the component’s loading state |
Name | Type | Description |
---|---|---|
onEmpty | () => void | Event handler method for empty state |
Name | Type | Description |
---|---|---|
onError | (error: CometChat.CometChatException) => void | Event handler method for error state |
Name | Type | Description |
---|---|---|
groupMemberRequestBuilder | CometChat.GroupMembersRequestBuilder | Class that allows you to set various parameters to fetch the group members |
Name | Type | Description |
---|---|---|
loadingIconUrl | string | URL for the loading icon |
Name | Type | Description |
---|---|---|
disableLoadingState | boolean | When set to true, the loading state will be disabled |