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

Function getStyle

docs/app/js/sanddance-app.js:147578–147581  ·  view source on GitHub ↗
(name, scope, style)

Source from the content-addressed store, hash-verified

147576 return v && v.signal ? v : v ? v.value : null;
147577}
147578function getStyle(name, scope, style) {
147579 const s = scope.config.style[style];
147580 return s && s[name];
147581}
147582function anchorExpr(s, e, m) {
147583 return `item.anchor === '${Start}' ? ${s} : item.anchor === '${End}' ? ${e} : ${m}`;
147584}

Callers 1

getFontSizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected