MCPcopy Create free account
hub / github.com/microsoft/SandDance / Force

Function Force

docs/app/js/sanddance-app.js:135422–135424  ·  view source on GitHub ↗

* Force simulation layout. * @constructor * @param {object} params - The parameters for this operator. * @param {Array } params.forces - The forces to apply.

(params)

Source from the content-addressed store, hash-verified

135420 * @param {object} params - The parameters for this operator.
135421 * @param {Array<object>} params.forces - The forces to apply.
135422 */ function Force(params) {
135423 (0, _vegaDataflow.Transform).call(this, null, params);
135424}
135425Force.Definition = {
135426 "type": "Force",
135427 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected