Accordion Item

Renders a single section of content that can be expanded or collapsed

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
headerstring The title or label for the collapsible section.required
contentstring The main content to be shown or hidden.required
Example payload
{
  "type": "accordion_item",
  "header": "Section Header",
  "content": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:accordion_item",
  "displayName": "Accordion Item",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/accordion_item",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders a single section of content that can be expanded or collapsed",
  "representativeQueries": [
    "show a single collapsible section with toggle by clicking its header, using only CSS",
    "renders a single section of content that can be expanded or collapsed",
    "render a accordion item"
  ]
}
← 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 →