Back Button

Styled back navigation button. Links to a URL, a named page slug, or browser history. Three visual styles.

Surfaces
webapps-script-web
Fields
FieldType
labelstring (optional, default "← Back")optional
urlstring (optional, href)optional
nav_slugstring (optional, resolves to ?nav=)optional
stylestring (optional, "ghost"|"outline"|"text", default "ghost")optional
accentstring (optional, hex, default "#6366f1")optional
Example payload
{
  "type": "back_button"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:back_button",
  "displayName": "Back Button",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/back_button",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Styled back navigation button. Links to a URL, a named page slug, or browser history. Three visual styles.",
  "representativeQueries": [
    "show a back navigation \u2014 url, nav_slug, or history.back(); ghost/outline/text style",
    "styled back navigation button. links to a url, a named page slug, or browser history. three visual s",
    "render a back button"
  ]
}
← 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 →