Skip to content

@graphty/algorithms / types / Edge

Interface: Edge ​

Defined in: types/index.ts:9

Properties ​

data? ​

optional data: Record<string, unknown>

Defined in: types/index.ts:14


id? ​

optional id: string

Defined in: types/index.ts:13


source ​

source: NodeId

Defined in: types/index.ts:10


target ​

target: NodeId

Defined in: types/index.ts:11


weight? ​

optional weight: number

Defined in: types/index.ts:12