@kekkai/blueprint / DiagramEdge
Interface: DiagramEdge
Defined in: config/graph.ts:4
A directed edge (from imports to) for the Explain diagram.
Properties
description?
optionaldescription?:string
Defined in: config/graph.ts:8
from
from:
string
Defined in: config/graph.ts:5
ordered?
optionalordered?:boolean
Defined in: config/graph.ts:14
True when the edge only records declaration order (the adjacent spine), not a declared importer relation — consecutive leaf layers are often semantically unrelated, and drawing them alike misreads as dependency.
selfOnly?
optionalselfOnly?:boolean
Defined in: config/graph.ts:7
to
to:
string
Defined in: config/graph.ts:6
