Reaction Group

Displays an interactive set of emoji elements collecting emotional sentiment feedback from readers.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageCount animations and click actions trigger slowly.
googlechatInteractive event bindings are blocked entirely.
emailTracking selections are inert without network connection.
Fields
FieldType
enabled_emojisarray. Tracked emojis: thumbs_up | heart | rocket | mind_blown.required
Example payload
{
  "type": "reaction_group",
  "enabled_emojis": [
    "\ud83d\udc4d",
    "\u2764\ufe0f",
    "\ud83c\udf89",
    "\ud83d\ude80"
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →