Skip to main content
Version: v4

Status Indicator

CometChatStatusIndicator is a customized component which indicates whether user is online or offline. You can customize the borderColor, borderSize, and backgroundColor of this component.

Image

Properties​

NameTypeDescription
backgroundColorstringBackground color of the indicator
backgroundImagestringBackground image of the indicator
statusIndicatorStyleObjectStyling properties of the element.

Usage​

<!--use the element-->
<cometchat-status-indicator
[statusIndicatorStyle]="statusIndicatorStyle"
></cometchat-status-indicator>