AI Integration Quick Reference
AI Integration Quick Reference
Where It Fits
CometChatThreadHeader is a Component that displays the parent message and number of replies in a thread.

Minimal Render
Styling
Using Style you can customize the look and feel of the component in your app. Pass a styling object as a prop to theCometChatThreadHeader component.

Visibility Props
| Property | Description | Code |
|---|---|---|
replyCountVisibility | Toggle reply count visibility | replyCountVisibility?: boolean |
replyCountBarVisibility | Toggle reply count bar visibility | replyCountBarVisibility?: boolean |
receiptsVisibility | Toggle receipts visibility | receiptsVisibility?: boolean |
avatarVisibility | Toggle avatar visibility | avatarVisibility?: boolean |
alignment | Alignment type for the parent message bubble | alignment?: MessageBubbleAlignmentType |
Custom Template
Thetemplate property is used to configure and set a custom template for parent message bubble.