@graphty/algorithms / types / Edge
Interface: Edge ​
Defined in: types/index.ts:9
Properties ​
data? ​
optionaldata:Record<string,unknown>
Defined in: types/index.ts:14
id? ​
optionalid: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? ​
optionalweight:number
Defined in: types/index.ts:12