Name | Type | Description |
---|---|---|
group | Group Class | Add members to this particular CometChat group |
Name | Type | Description |
---|---|---|
title | string | Heading text for the component |
titleAlignment | string | Alignment of the heading text for the component |
Name | Type | Description |
---|---|---|
searchPlaceholder | string | Sample text that appears in the search input as a prompt or suggestion |
searchIconURL | string | Asset URL for the search icon. |
hideSearch | boolean | When set to true, hides the search input. |
Name | Type | Description |
---|---|---|
loadingIconURL | string | Asset URL for the loading indicator icon |
loadingStateView | view | User-defined component to customise the loading indicator |
Name | Type | Description |
---|---|---|
emptyStateText | string | The textual content displayed in the empty state of the component. |
emptyStateView | view | User-defined component to customise the empty state of the component. |
Name | Type | Description |
---|---|---|
errorStateText | string | The textual content displayed in the error state of the component. |
errorStateView | view | User-defined component to customise the error state of the component. |
Name | Type | Description |
---|---|---|
searchRequestBuilder | CometChat.GroupMembersRequestBuilder | Class that allows you to set various parameters to the GroupMembersRequestBuilder class based on which the group members are searched |
groupMembersRequestBuilder | CometChat.GroupMembersRequestBuilder | Class that allows you to set various parameters to the GroupMembersRequestBuilder class based on which the group members are fetched |
Name | Type | Description |
---|---|---|
hideError | boolean | When set to true, hides the error messages displayed within the component |
hideSeparator | boolean | When set to true, hides the separator between the individual elements in the list. |
disableUsersPresence | boolean | When set to true, Users will not be able to see whether a particular user is currently online or offline. |
Name | Type | Description |
---|---|---|
selectionMode | SelectionMode | Allows user to select individual or multiple items for applying specific operations. |
onSelect | Function as PropType<(groupMember: CometChat.GroupMember[])=>void> | Method invoked which returns the selected group members. |
Name | Type | Description |
---|---|---|
subtitleView | Function as PropType<(groupMember: CometChat.GroupMember) => ViewType> | User-defined component to customise the secondary text shown in the group member profile. |
tailView | Function as PropType<(groupMember: CometChat.GroupMember) => ViewType> | User-defined component to customise the trailing view of the group member profile. |
Name | Type | Description |
---|---|---|
menu | view | User-defined component to showcase options related to the group members in the header section. |
Name | Type | Description |
---|---|---|
options | Function as PropType<(group: CometChat.Group, groupMember: CometChat.GroupMember) => CometChatOption[]> | User-defined actions which appears for each group member on mouseover. |
Name | Type | Description |
---|---|---|
onBack | Function as PropType<()=>void> | Override the method that is invoked when the user clicks on the back button. |
onError | Function as PropType<(error: CometChat.CometChatException) => void> | Override the method that is invoked when an error is encountered within the component |
Name | Type | Description |
---|---|---|
backButtonIconURL | string | Asset URL for the back button icon |
showBackButton | boolean | When set to true, displays the back button |
Name | Type | Description |
---|---|---|
avatarStyle | AvatarStyle | Styling properties and values of the Avatar component |
statusIndicatorStyle | StatusIndicator | Styling properties and values of the StatusIndicator component |
listItemStyle | ListItemStyle | Styling properties and values of the ListItem component |
groupMembersStyle | GroupMembersStyle | Styling properties and values of the GroupMembers component |