Focus Lens

Blurred background with a clear focused panel in the centre — spotlight effect

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
textstring (optional, alias: content)optional
Example payload
{
  "type": "focus_lens"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:focus_lens",
  "displayName": "Focus Lens",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/focus_lens",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Blurred background with a clear focused panel in the centre \u2014 spotlight effect",
  "representativeQueries": [
    "show a spotlight focus lens on blurred background",
    "blurred background with a clear focused panel in the centre \u2014 spotlight effect",
    "render a focus lens"
  ]
}
← 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 →