Sidebar Note

Displays an off-axis callout block containing peripheral thoughts, caveats, or fun facts.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageFloating side positions collapse inline due to confined viewport.
googlechatAbsolute placement breaks, pushing text inline with the message.
emailMulti-column side floats drop, forcing block underneath normal text.
Fields
FieldType
titlestring. The headline for the side note.required
contentstring. The note content.required
Example payload
{
  "type": "sidebar_note",
  "title": "Sidebar Note",
  "content": "A concise description of the content."
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →