* Layout paths linking source and target elements. * @constructor * @param {object} params - The parameters for this operator.
(params)
| 110677 | |
| 110678 | |
| 110679 | function LinkPath(params) { |
| 110680 | _vegaDataflow.Transform.call(this, {}, params); |
| 110681 | } |
| 110682 | |
| 110683 | LinkPath.Definition = { |
| 110684 | "type": "LinkPath", |
nothing calls this directly
no outgoing calls
no test coverage detected