Labeled or plain section divider. Supports solid, dashed, or dotted line styles. With a label, renders text centered in the line (Notion-style).
| Field | Type | |
|---|---|---|
| label | string (optional, centered in divider line) | optional |
| style | string (optional, "line"|"dashed"|"dots", default "line") | optional |
| accent | string (optional, hex line color, default "#e5e7eb") | optional |
{
"type": "section_break"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:section_break",
"displayName": "Section Break",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/section_break",
"capabilities": [
"web",
"apps-script-web",
"pdf"
],
"description": "Labeled or plain section divider. Supports solid, dashed, or dotted line styles. With a label, renders text centered in the line (Notion-style).",
"representativeQueries": [
"show a section divider \u2014 optional centered label, solid/dashed/dots style",
"labeled or plain section divider. supports solid, dashed, or dotted line styles. with a label, rende",
"render a section break"
]
}
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 →