Interface Edge<UnitId, VertexIndex, EdgeProps>
Type Parameters
-
UnitId extends number
-
VertexIndex extends number
-
Properties
Readonly
indexA
indexA: VertexIndex
Readonly
indexB
indexB: VertexIndex
Readonly
props
props: EdgeProps
Readonly
unitA
unitA: UnitId
Readonly
unitB
unitB: UnitId