Skip to main content

Interface: Edge<T>

Defined in: graph.ts:33 Edge in the graph

Type Parameters

T

T

Properties

metadata?

optional metadata?: Record<string, unknown>
Defined in: graph.ts:39 Optional metadata

target

target: T
Defined in: graph.ts:35 Target vertex

weight

weight: number
Defined in: graph.ts:37 Edge weight (default: 1)