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

Function LinkPath

docs/tests/v2/es6/js/sanddance.js:110679–110681  ·  view source on GitHub ↗

* Layout paths linking source and target elements. * @constructor * @param {object} params - The parameters for this operator.

(params)

Source from the content-addressed store, hash-verified

110677
110678
110679function LinkPath(params) {
110680 _vegaDataflow.Transform.call(this, {}, params);
110681}
110682
110683LinkPath.Definition = {
110684 "type": "LinkPath",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected