Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Angular
Status Indicator — CometChat documentation.
CometChatStatusIndicator
borderColor
borderSize
backgroundColor
<!--use the element--> <cometchat-status-indicator [statusIndicatorStyle]="statusIndicatorStyle" ></cometchat-status-indicator>
//styling properties statusIndicatorStyle = {width: "28px",height: "28px", border: "1px solid transparent", borderRadius: "50px" };
Was this page helpful?