A navigation aid indicating the user's current location within a hierarchical
| Surface | Note |
|---|---|
| googlechat | Renders as a series of linked text elements without visual separators or interactive styling. |
| Renders as a simple list of text links, losing interactive styling and visual separators. | |
| Renders as a simple list of text links, losing interactive styling and visual separators. |
| Field | Type | |
|---|---|---|
| items | list of {label: string, url: string, is_current: boolean} | required |
{
"type": "breadcrumb",
"items": true
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:breadcrumb",
"displayName": "Breadcrumb",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/breadcrumb",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "A navigation aid indicating the user's current location within a hierarchical",
"representativeQueries": [
"show a navigation breadcrumb trail structure",
"a navigation aid indicating the user's current location within a hierarchical",
"render a breadcrumb"
]
}
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 →