Renders a specialised inline element displaying technical term definitions on hover.
| Surface | Note |
|---|---|
| meet-stage | Hover tooltips and interactive gestures fail to initialise. |
| googlechat | Drops definition utility, leaves only the term text. |
| Floating elements fail, rendering definitions invisible. |
| Field | Type | |
|---|---|---|
| term | string. The technical phrase needing definition. | required |
| definition | string. Explanation displayed when term is activated. | required |
{
"type": "glossary_inline",
"term": "API",
"definition": "Application Programming Interface"
}
{
"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"
]
}
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 →