Abbr Tooltip

Inline abbreviation with a tooltip revealing the full expanded form on hover.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageHover not available; abbreviation shown plain.
emailTooltip stripped; abbreviation shown as text.
Fields
FieldType
textstring. The abbreviation to display.required
titlestring. The expanded full form.required
Example payload
{
  "type": "abbr_tooltip",
  "text": "A concise description of the content.",
  "title": "Abbr Tooltip"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:abbr_tooltip",
  "displayName": "Abbr Tooltip",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/abbr_tooltip",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Inline abbreviation with a tooltip revealing the full expanded form on hover.",
  "representativeQueries": [
    "show a inline abbreviation with hover tooltip full form",
    "inline abbreviation with a tooltip revealing the full expanded form on hover.",
    "render a abbr 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 →