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

Function LinkPath

docs/app/js/sanddance-app.js:129744–129746  ·  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

129742 * @constructor
129743 * @param {object} params - The parameters for this operator.
129744 */ function LinkPath(params) {
129745 (0, _vegaDataflow.Transform).call(this, {}, params);
129746}
129747LinkPath.Definition = {
129748 "type": "LinkPath",
129749 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected