ForceLink
Defined in: perf/layout/force.ts:26
One edge in a force-directed graph. Indices reference positions in the
ForceNode[] passed to simulateForce — not node ids.
Properties
Section titled “Properties”length?
Section titled “length?”
optionallength?:number
Defined in: perf/layout/force.ts:32
Desired rest length. Defaults to linkDistance when omitted.
source
Section titled “source”source:
number
Defined in: perf/layout/force.ts:28
Index of the source node within the nodes array.
target
Section titled “target”target:
number
Defined in: perf/layout/force.ts:30
Index of the target node within the nodes array.