Renderer Stats

Simple stat grid showing custom key/value pairs — used to show renderer capabilities

Surfaces
apps-script-web
Fields
FieldType
statsarray of {value, label}required
substring (optional, footer note)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "renderer_stats",
  "stats": [
    {
      "label": "Views",
      "value": "1.2M"
    },
    {
      "label": "Clicks",
      "value": "42K"
    },
    {
      "label": "CTR",
      "value": "3.5%"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:renderer_stats",
  "displayName": "Renderer Stats",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/renderer_stats",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Simple stat grid showing custom key/value pairs \u2014 used to show renderer capabilities",
  "representativeQueries": [
    "show a stat grid for renderer capability metrics",
    "simple stat grid showing custom key/value pairs \u2014 used to show renderer capabilities",
    "render a renderer stats"
  ]
}
← 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 →