EXPLORATION 03 / 06

Typed edges

Field notes

What this showsCompare edge geometry and semantics without leaving the canvas. Each connection carries a type, marker, label, and optional animation.

Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.
4 typed edges 1 animated

What this shows

Geometry is independent from meaning: data is a solid route, control is a dashed instruction, and error is a dotted recovery path. Drag any handle to add another labeled data edge.

  • Data
  • Control
  • Error
Under the hood SVELTE 5View source
src/routes/demo/edges/+page.svelte

The actual route source, imported with ?raw. Shared components and graph utilities live in src/lib.