Link Button

Text hyperlink styled as a button

Surfaces
apps-script-web
Fields
FieldType
urlstringrequired
labelstringrequired
Example payload
{
  "type": "link_button",
  "url": "https://example.com",
  "label": "Link Button"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:link_button",
  "displayName": "Link Button",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/link_button",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Text hyperlink styled as a button",
  "representativeQueries": [
    "show a text hyperlink button",
    "text hyperlink styled as a button",
    "render a link 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 →