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

Function objectProperty

docs/app/js/sanddance-app.js:149678–149680  ·  view source on GitHub ↗
(spec)

Source from the content-addressed store, hash-verified

149676 return spec && spec.signal ? this.signalRef(spec.signal) : spec;
149677 },
149678 objectProperty (spec) {
149679 return !spec || !(0, _vegaUtil.isObject)(spec) ? spec : this.signalRef(spec.signal || propertyLambda(spec));
149680 },
149681 exprRef (code, name) {
149682 const params = {
149683 expr: (0, _vegaFunctions.parseExpression)(code, this)

Callers

nothing calls this directly

Calls 1

propertyLambdaFunction · 0.70

Tested by

no test coverage detected