💭 Input and view feedback within the records.
Overview
The comments tile provides user input and feedback with an interactive feature such as emojis, attachments, and mentions.
Object Properties
The table provides a summary of the object properties associated with the comments tile type, including their types, mandatory or optional status, and descriptions.
| Field | Type | Requirement | Description |
|---|---|---|---|
type | string | Mandatory | Always set to comments. |
title | string | Optional | Title to display at the top of the tile. If a string is specified, that new title is used. If set to false, no title appears. If omitted, the default title Comments is displayed. |
comments-key | string | Mandatory | A unique key to identify the set of comments. |
max-height | int | Optional | The maximum height of the comments tile in pixels. |
min-height | int | Optional | The minimum height of the comments tile in pixels. |
id | string | Mandatory | A unique identifier for the tile. |
Sample Configuration
Here is a sample configuration for the comments tile type:
{
"type": "comments",
"title": "Notes for Admin",
"comments-key": "organisations-comments",
"max-height": "700",
"min-height": "200",
"id": "kOmGxY"
}📌 Need Help?
