NetworkLink
Defined in: types/index.ts:588
An edge in a network / force-directed graph.
Properties
Section titled “Properties”source
Section titled “source”source:
string
Defined in: types/index.ts:590
Endpoint node id.
target
Section titled “target”target:
string
Defined in: types/index.ts:592
Endpoint node id.
value?
Section titled “value?”
optionalvalue?:number
Defined in: types/index.ts:594
Optional edge weight; influences spring rest length when set.