Renders a small, informational popup that appears when a user hovers
| Field | Type | |
|---|---|---|
| trigger_text | string The text or element that, when hovered, reveals the tooltip. | required |
| tooltip_content | string The content displayed within the tooltip. | required |
{
"type": "tooltip",
"trigger_text": "Click to trigger",
"tooltip_content": "Tooltip content"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:tooltip",
"displayName": "Tooltip",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/tooltip",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a small, informational popup that appears when a user hovers",
"representativeQueries": [
"show a hover tooltip on a trigger element over a specified trigger element, using only CSS",
"renders a small, informational popup that appears when a user hovers",
"render a tooltip"
]
}
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 →