Breadcrumb

A navigation aid indicating the user's current location within a hierarchical

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a series of linked text elements without visual separators or interactive styling.
emailRenders as a simple list of text links, losing interactive styling and visual separators.
pdfRenders as a simple list of text links, losing interactive styling and visual separators.
Fields
FieldType
itemslist of {label: string, url: string, is_current: boolean}required
Example payload
{
  "type": "breadcrumb",
  "items": true
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →