Pulse Dot

Pulsing status or attention indicator dot. Inline or block display.

Surfaces
gaswebmeet-stageapps-script-web
Fields
FieldType
colordot colour (defaultrequired
sizesm, md (default), lgrequired
labeloptional text beside the dotoptional
speedanimation cycle in seconds (default 1.8)required
inlinerender inline (default true)required
Example payload
{
  "type": "pulse_dot"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:pulse_dot",
  "displayName": "Pulse Dot",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/pulse_dot",
  "capabilities": [
    "gas",
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Pulsing status or attention indicator dot. Inline or block display",
    "render a pulse dot"
  ]
}
← 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 →