Skip to content

@kekkai/blueprint / DiagramEdge

Interface: DiagramEdge

Defined in: config/graph.ts:4

A directed edge (from imports to) for the Explain diagram.

Properties

description?

optional description?: string

Defined in: config/graph.ts:8


from

from: string

Defined in: config/graph.ts:5


ordered?

optional ordered?: 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?

optional selfOnly?: boolean

Defined in: config/graph.ts:7


to

to: string

Defined in: config/graph.ts:6