Glossary Inline

Renders a specialised inline element displaying technical term definitions on hover.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageHover tooltips and interactive gestures fail to initialise.
googlechatDrops definition utility, leaves only the term text.
emailFloating elements fail, rendering definitions invisible.
Fields
FieldType
termstring. The technical phrase needing definition.required
definitionstring. Explanation displayed when term is activated.required
Example payload
{
  "type": "glossary_inline",
  "term": "API",
  "definition": "Application Programming Interface"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:glossary_inline",
  "displayName": "Glossary Inline",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/glossary_inline",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Renders a specialised inline element displaying technical term definitions on hover.",
  "representativeQueries": [
    "show a inline hover tooltips for complex technical term definitions",
    "renders a specialised inline element displaying technical term definitions on hover.",
    "render a glossary inline"
  ]
}
← 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 →