SimulationLink
@graph-viz › Globals › layouts › SimulationLink
Hierarchy
- SimulationLink
Index
Properties
Properties
source
• source: string
Defined in packages/layouts/src/ForceSimulation.ts:29
Optional
strengthMultiplier
• strengthMultiplier? : undefined | number
Defined in packages/layouts/src/ForceSimulation.ts:39
Multiplicative factor applied to default d3 link force, which serves as an attractive force between the endpoints. A value between 0 and 1 will reduce the attractive force, tending to increase the length of the link.
see
https://github.com/d3/d3-force#link_strength
target
• target: string
Defined in packages/layouts/src/ForceSimulation.ts:30