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

# BannedMembersConfiguration

> BannedMembersConfiguration — CometChat documentation.

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

### Configurable Properties

| Parameters                  | Description                                                                                                                              |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| titleAlignment              | Alignment of the heading text for the component                                                                                          |
| searchIconURL               | Asset URL for the search icon.                                                                                                           |
| hideSearch                  | When set to true, hides the search input.                                                                                                |
| loadingIconURL              | Asset URL for the loading indicator icon                                                                                                 |
| loadingStateView            | User-defined component to customise the loading indicator                                                                                |
| emptyStateView              | User-defined component to customise the empty state of the component.                                                                    |
| errorStateView              | User-defined component to customise the error state of the component.                                                                    |
| searchRequestBuilder        | Class that allows you to set various parameters to the `BannedMembersRequestBuilder` class based on which the group members are searched |
| bannedMembersRequestBuilder | Class that allows you to set various parameters to the `BannedMembersRequestBuilder` class based on which the group members are fetched  |
| unbanIconURL                | Asset URL for the unban icon                                                                                                             |
| hideError                   | When set to true, hides the error messages displayed within the component                                                                |
| hideSeparator               | When set to true, hides the separator between the individual elements in the list.                                                       |
| disableUsersPresence        | When set to true, Users will not be able to see whether a particular user is currently online or offline.                                |
| selectionMode               | Allows user to select individual or multiple items for applying specific operations.                                                     |
| onSelect                    | Method invoked which returns the selected group members.                                                                                 |
| subtitleView                | User-defined Vue component to customise the secondary text shown in the banned member profile.                                           |
| tailView                    | User-defined Vue component to customise the trailing view of the banned member profile.                                                  |
| menu                        | User-defined Vue component to showcase options related to the group members in the header section.                                       |
| options                     | User-defined actions which appears for each banned member on mouseover.                                                                  |
| onBack                      | Override the method that is invoked when the user clicks on the back button.                                                             |
| onError                     | Override the method that is invoked when an error is encountered within the component                                                    |
| backButtonIconURL           | Asset URL for the back button icon                                                                                                       |
| showBackButton              | When set to true, displays the back button                                                                                               |
| avatarStyle                 | Styling properties and values of the [Avatar](/web-elements/avatar) component                                                            |
| statusIndicatorStyle        | Styling properties and values of the [StatusIndicator](/web-elements/status-indicator) component                                         |
| listItemStyle               | Styling properties and values of the [ListItem](/web-elements/list-item) component                                                       |
| bannedMembersStyle          | Styling properties and values of the `CometChatBannedMembers` component                                                                  |
