GraphInspector
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Default#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| type * | enum | — | |
| entityId | ReactNode | — | Right-side machine id (e.g., `ent_0x7a2f`). |
| title * | ReactNode | — | |
| description | ReactNode | — | |
| properties | readonly InspectorProperty[] | undefined | — | |
| relations | readonly InspectorRelation[] | undefined | — | |
| relationCount | number | undefined | — | Total relation count if `relations` is a partial slice. |