Dot-grid repeating pattern background — alias for dot_grid_background
| Field | Type | |
|---|---|---|
| color | string (optional, dot colour hex) | optional |
| bg | string (optional, background colour) | optional |
| size | number (optional, dot spacing px) | optional |
| title | string | optional |
| text | string | optional |
{
"type": "pattern_background"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:pattern_background",
"displayName": "Pattern Background",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/pattern_background",
"capabilities": [
"apps-script-web"
],
"description": "Dot-grid repeating pattern background \u2014 alias for dot_grid_background",
"representativeQueries": [
"show a dot-grid pattern background (alias)",
"dot-grid repeating pattern background \u2014 alias for dot_grid_background",
"render a pattern background"
]
}
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 →