MCPcopy Index your code
hub / github.com/microsoft/SandDance / parseParameter$1

Function parseParameter$1

docs/app/js/sanddance-app.js:147503–147505  ·  view source on GitHub ↗
(_1, name, scope)

Source from the content-addressed store, hash-verified

147501 scope.addProjection(proj.name, params);
147502}
147503function parseParameter$1(_1, name, scope) {
147504 return (0, _vegaUtil.isArray)(_1) ? _1.map((_)=>parseParameter$1(_, name, scope)) : !(0, _vegaUtil.isObject)(_1) ? _1 : _1.signal ? scope.signalRef(_1.signal) : name === "fit" ? _1 : (0, _vegaUtil.error)("Unsupported parameter object: " + (0, _vegaUtil.stringValue)(_1));
147505}
147506const Top = "top";
147507const Left = "left";
147508const Right = "right";

Callers 1

parseProjectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected