***barnesHutOptimize***boolean*`true`: should we use the algorithm's Barnes-Hut to improve repulsion's scalability (`O(n²)` to `O(nlog(n))`)? This is useful for large graph but harmful to small ones.
***barnesHutTheta***number*`0.5`
***slowDown***number*`1`
***startingIterations***integer*`1`: number of iterations to be run before the first render.
***iterationsPerRender***integer*`1`: number of iterations to be run before each render.
*Supervisor configuration*
***worker***boolean*`true`: should the layout use a web worker?
***workerUrl***string* : path to the worker file if needed because your browser does not support blob workers.
## Notes
1. The layout won't stop by itself, so if you want it to stop, you will have to trigger it explicitly.