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