Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
CometChatDetailsTemplate is a pre-defined structure for creating a template data for the CometChatDetails component.
Structure of CometChatDetailsTemplate
| Name | Type | Description |
|---|---|---|
| id | string | Identifier for the template |
| title | string | Heading text for the template |
| titleFont | string | Sets all the different properties of font for the title text |
| titleColor | string | Sets the foreground color of title text |
| itemSeparatorColor | string | Sets the color of the template’s option separator |
| hideItemSeparator | boolean | When set to true, hides the separator under each option in a template |
| sectionSeparatorColor | string | Sets the color of the template separator |
| hideSectionSeparator | boolean | When set to true, hides the separator for the template |