Skip to content

ForceLink

Defined in: perf/layout/force.ts:26

One edge in a force-directed graph. Indices reference positions in the ForceNode[] passed to simulateForcenot node ids.

optional length?: number

Defined in: perf/layout/force.ts:32

Desired rest length. Defaults to linkDistance when omitted.


source: number

Defined in: perf/layout/force.ts:28

Index of the source node within the nodes array.


target: number

Defined in: perf/layout/force.ts:30

Index of the target node within the nodes array.