Inline code or text element with a one-click copy button that provides feedback on success.
| Surface | Note |
|---|---|
| meet-stage | Clipboard API may be blocked. |
| Button stripped; shows plain text. |
| Field | Type | |
|---|---|---|
| text | string. Display label. | required |
| value | string. Value copied to clipboard. | required |
{
"type": "copy_to_clipboard",
"text": "A concise description of the content.",
"value": "1,234"
}
{
"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"
]
}
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 →