Tooltip

Renders a small, informational popup that appears when a user hovers

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
trigger_textstring The text or element that, when hovered, reveals the tooltip.required
tooltip_contentstring The content displayed within the tooltip.required
Example payload
{
  "type": "tooltip",
  "trigger_text": "Click to trigger",
  "tooltip_content": "Tooltip content"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →