Playbook

Full-screen multi-slide presentation deck — each slide is its own atom block array, with shared data feeds and slide navigation

Surfaces
apps-script-web
Fields
FieldType
slidesarray of {id, blocks: [atom block objects]} — each slide is a full block listoptional
shared_blocksarray of atom block objects with role:data_source. Rendered once before slides. Use for adsb_feed, metar_feed, firestore_read etc. — atoms that publish to window.A2UI_CALLBACKS[name] and have no visual output. Visual atoms in slides bind by name via data_source / weather_source / connector fields.optional
transitionstring (optional, fade|slide, default fade)optional
Example payload
{
  "type": "playbook"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:playbook",
  "displayName": "Playbook",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/playbook",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Full-screen multi-slide presentation deck \u2014 each slide is its own atom block array, with shared data feeds and slide navigation",
  "representativeQueries": [
    "show a multi-slide fullscreen presentation playbook",
    "full-screen multi-slide presentation deck \u2014 each slide is its own atom block array, with shared data",
    "render a playbook"
  ]
}
← 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 →