Flow Connector

Animated dashed beam connecting two labelled nodes — alias for animated_beam

Surfaces
apps-script-web
Fields
FieldType
fromstringrequired
tostringrequired
labelstringoptional
colorstring (optional, hex)optional
Example payload
{
  "type": "flow_connector",
  "from": "start-node",
  "to": "end-node"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:flow_connector",
  "displayName": "Flow Connector",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/flow_connector",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Animated dashed beam connecting two labelled nodes \u2014 alias for animated_beam",
  "representativeQueries": [
    "show a animated beam connector between two nodes",
    "animated dashed beam connecting two labelled nodes \u2014 alias for animated_beam",
    "render a flow connector"
  ]
}
← 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 →