app > reactions¶
Path: metadata > app > reactions.
As of v9.0.
list¶
A list of reactions.
Record[]
Example:
{
"list": [
{
"type": "Smile",
"iconClass": "far fa-face-smile"
}
]
}
type¶
A reaction type. Must not be longer than 10 characters.
iconClass¶
An icon CSS class.