Displays an off-axis callout block containing peripheral thoughts, caveats, or fun facts.
| Surface | Note |
|---|---|
| meet-stage | Floating side positions collapse inline due to confined viewport. |
| googlechat | Absolute placement breaks, pushing text inline with the message. |
| Multi-column side floats drop, forcing block underneath normal text. |
| Field | Type | |
|---|---|---|
| title | string. The headline for the side note. | required |
| content | string. The note content. | required |
{
"type": "sidebar_note",
"title": "Sidebar Note",
"content": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:sidebar_note",
"displayName": "Sidebar Note",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/sidebar_note",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays an off-axis callout block containing peripheral thoughts, caveats, or fun facts.",
"representativeQueries": [
"show a off-axis container for peripheral notes or caveats",
"displays an off-axis callout block containing peripheral thoughts, caveats, or fun facts.",
"render a sidebar note"
]
}
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 →