Block

Graph Inspector

A topology you can interrogate — force-directed canvas with a two-way inspector panel: click drives the panel, the panel's neighbor list drives the canvas.

Recipe

graph-canvas + property-panel

The wiring is two-way: canvas selection fills the panel, neighbor links in the panel re-drive the canvas. Degree and neighbors are derived from the edges, never stored. The empty panel shows graph-level facts (real data), not a tutorial. Graphs are their own family — this is where the family composes.

Click a node — the panel fills. Click a neighbor in the panel — the inspection follows the topology. Two clusters and a bridge, so the layout has something to say.

Installation