MCPcopy Index your code
hub / github.com/microsoft/SandDance / property

Function property

docs/app/js/sanddance-app.js:146955–146957  ·  view source on GitHub ↗
(property1)

Source from the content-addressed store, hash-verified

146953 return `gradient(${args.join(",")})`;
146954}
146955function property(property1) {
146956 return (0, _vegaUtil.isObject)(property1) ? "(" + entry$1(property1) + ")" : property1;
146957}
146958function field(ref1) {
146959 return resolveField((0, _vegaUtil.isObject)(ref1) ? ref1 : {
146960 datum: ref1

Callers 2

entry$1Function · 0.70
scaleFunction · 0.70

Calls 1

entry$1Function · 0.70

Tested by

no test coverage detected