Hover Card

Renders a rich content card that appears when a user hovers over a

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
trigger_elementstring The text or element that, when hovered, reveals the card.required
card_titlestring The title of the hover card.required
card_contentstring The main content of the hover card, can include rich text or simple HTML.required
card_image_urlstring, optional An optional image to display within the card.optional
Example payload
{
  "type": "hover_card",
  "trigger_element": "Trigger element",
  "card_title": "Card title",
  "card_content": "Card content"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:hover_card",
  "displayName": "Hover Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/hover_card",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders a rich content card that appears when a user hovers over a",
  "representativeQueries": [
    "show a rich hover card revealed on mouse over specified trigger element, using only CSS",
    "renders a rich content card that appears when a user hovers over a",
    "render a hover card"
  ]
}
← 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 →