Renders an organized multi-part sequence navigation panel mapping serial publication installments.
| Surface | Note |
|---|---|
| googlechat | Progress bars convert to basic markdown links. |
| Box borders and status indicators stripped by processors. |
| Field | Type | |
|---|---|---|
| series_id | string. Unique identifier of the series cluster. | required |
| current_part | integer. Ordered index within series limits. | required |
{
"type": "article_series_nav",
"series_id": "Series id",
"current_part": 2
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:article_series_nav",
"displayName": "Article Series Nav",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/article_series_nav",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Renders an organized multi-part sequence navigation panel mapping serial publication installments.",
"representativeQueries": [
"show a navigate interconnected parts inside multi-part blog series",
"renders an organized multi-part sequence navigation panel mapping serial publication installments.",
"render a article series nav"
]
}
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 →