Displays an interactive set of emoji elements collecting emotional sentiment feedback from readers.
| Surface | Note |
|---|---|
| meet-stage | Count animations and click actions trigger slowly. |
| googlechat | Interactive event bindings are blocked entirely. |
| Tracking selections are inert without network connection. |
| Field | Type | |
|---|---|---|
| enabled_emojis | array. Tracked emojis: thumbs_up | heart | rocket | mind_blown. | required |
{
"type": "reaction_group",
"enabled_emojis": [
"\ud83d\udc4d",
"\u2764\ufe0f",
"\ud83c\udf89",
"\ud83d\ude80"
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:reaction_group",
"displayName": "Reaction Group",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/reaction_group",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays an interactive set of emoji elements collecting emotional sentiment feedback from readers.",
"representativeQueries": [
"show a emoji reaction counters collecting reader sentiment feedback",
"displays an interactive set of emoji elements collecting emotional sentiment feedback from readers.",
"render a reaction group"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →