Copy To Clipboard

Inline code or text element with a one-click copy button that provides feedback on success.

Surfaces
webmeet-stage ⚠apps-script-web
Degraded on
SurfaceNote
meet-stageClipboard API may be blocked.
emailButton stripped; shows plain text.
Fields
FieldType
textstring. Display label.required
valuestring. Value copied to clipboard.required
Example payload
{
  "type": "copy_to_clipboard",
  "text": "A concise description of the content.",
  "value": "1,234"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:copy_to_clipboard",
  "displayName": "Copy To Clipboard",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/copy_to_clipboard",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Inline code or text element with a one-click copy button that provides feedback on success.",
  "representativeQueries": [
    "show a copy-to-clipboard button with inline code and feedback",
    "inline code or text element with a one-click copy button that provides feedback on success.",
    "render a copy to clipboard"
  ]
}
← 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 →