Countdown timer showing days/hours/minutes/seconds to a target date — alias for countdown_timer
| Field | Type | |
|---|---|---|
| target_date | string (ISO date, alias: target) | required |
| label | string (optional, alias: title) | optional |
{
"type": "deadline_ticker",
"target_date": "Target date"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:deadline_ticker",
"displayName": "Deadline Ticker",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/deadline_ticker",
"capabilities": [
"apps-script-web"
],
"description": "Countdown timer showing days/hours/minutes/seconds to a target date \u2014 alias for countdown_timer",
"representativeQueries": [
"show a countdown timer to a target date (alias)",
"countdown timer showing days/hours/minutes/seconds to a target date \u2014 alias for countdown_timer",
"render a deadline ticker"
]
}
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 →