* Force simulation layout. * @constructor * @param {object} params - The parameters for this operator. * @param {Array } params.forces - The forces to apply.
(params)
| 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 | } |
| 135425 | Force.Definition = { |
| 135426 | "type": "Force", |
| 135427 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected