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": [
"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"
]
}
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 →