Pulsing status or attention indicator dot. Inline or block display.
| Field | Type | |
|---|---|---|
| color | dot colour (default | required |
| size | sm, md (default), lg | required |
| label | optional text beside the dot | optional |
| speed | animation cycle in seconds (default 1.8) | required |
| inline | render inline (default true) | required |
{
"type": "pulse_dot"
}
{
"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": [
"web",
"google-meet-stage",
"google-apps-script-web",
"google-apps-script-side-panel",
"mcp-apps"
],
"description": "Pulsing status or attention indicator dot. Inline or block display.",
"representativeQueries": [
"show a pulsing status indicator dot",
"pulsing status or attention indicator dot. inline or block display.",
"render a pulse dot"
]
}
The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →