CometChatTransferOwnership 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 Vue component to customise the loading indicator | 
| emptyStateView | User-defined Vue component to customise the empty state of the component | 
| errorStateView | User-defined Vue component to customise the error state of the component | 
| searchRequestBuilder | Class that allows you to set various parameters to the GroupMembersRequestBuilder class based on which the group members are searched | 
| groupMembersRequestBuilder | Class that allows you to set various parameters to the GroupMembersRequestBuilder class based on which the group members are fetched | 
| 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 | 
| subtitleView | User-defined Vue component to customise the secondary text shown in the banned member profile | 
| onTransferOwnership | Override the method that is invoked when clicks on the transfer ownership submit button | 
| 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 | 
| avatarStyle | Styling properties and values of the Avatar component | 
| statusIndicatorStyle | Styling properties and values of the StatusIndicator component | 
| listItemStyle | Styling properties and values of the ListItem component | 
| groupMembersStyle | Styling properties and values of the CometChatGroups component | 
| transferOwnershipStyle | Styling properties and values of the CometChatTransferOwnership component |