Section Break

Labeled or plain section divider. Supports solid, dashed, or dotted line styles. With a label, renders text centered in the line (Notion-style).

Surfaces
webapps-script-webpdf
Fields
FieldType
labelstring (optional, centered in divider line)optional
stylestring (optional, "line"|"dashed"|"dots", default "line")optional
accentstring (optional, hex line color, default "#e5e7eb")optional
Example payload
{
  "type": "section_break"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →