Comments

💭 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.

FieldTypeRequirementDescription
typestringMandatoryAlways set to comments.
titlestringOptionalTitle 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-keystringMandatoryA unique key to identify the set of comments.
max-heightintOptionalThe maximum height of the comments tile in pixels.
min-heightintOptionalThe minimum height of the comments tile in pixels.
idstringMandatoryA 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?

If you require assistance or encounter any issues, please don't hesitate to contact us for further support.