CometChatTextBubble is the content view shown for TextMessage.
Properties
TextBubbleStyle
Usage
- HTML
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CometChatTextBubble is the content view shown for TextMessage.
| Name | Type | Description |
|---|---|---|
| text | string | Text to be displayed |
| textStyle | TextBubbleStyle | Styling properties and values of the Text bubble element |
| Name | Description |
|---|---|
| textFont | Sets all the different properties of font for the text. Reference link |
| textColor | Sets the foreground color of the text. |
<!--use the element-->
<cometchat-text-bubble
[text]="'Hey, there!!'"
></cometchat-text-bubble>
Was this page helpful?