Pause the simulation
Re-read the node-dependent force accessors and reheat.
d3-force caches per-node radius/strength when a force is initialised (i.e. when nodes are set), not on every tick — so mutating a node's radius after the sim is running has no effect until the forces are re-initialised. Re-setting the nodes does that; the reheat then lets collision/charge re-lay-out with the new sizes. Used when a custom node measures its size after the initial layout has already cooled. No-op when disabled.
Restart the simulation with a bit of heat
Restart the simulation with rendering on each animation frame.
Start the simulation with rendering on each animation frame.
Manually stop the simulation and cancel animation frame.
Returns a promise that resolves when the simulation stops naturally. Useful for performing actions (like fitAndCenter) after stabilization.
Allows to change the layout of the graph