* Layout paths linking source and target elements. * @constructor * @param {object} params - The parameters for this operator.
(params)
| 129742 | * @constructor |
| 129743 | * @param {object} params - The parameters for this operator. |
| 129744 | */ function LinkPath(params) { |
| 129745 | (0, _vegaDataflow.Transform).call(this, {}, params); |
| 129746 | } |
| 129747 | LinkPath.Definition = { |
| 129748 | "type": "LinkPath", |
| 129749 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected