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

Function titleEncode

docs/tests/v2/es6/js/sanddance.js:136293–136300  ·  view source on GitHub ↗
(spec)

Source from the content-addressed store, hash-verified

136291
136292
136293function titleEncode(spec) {
136294 const encode = spec.encode;
136295 return encode && encode.title || (0, _vegaUtil.extend)({
136296 name: spec.name,
136297 interactive: spec.interactive,
136298 style: spec.style
136299 }, encode);
136300}
136301
136302function groupEncode(_, userEncode) {
136303 var encode = {

Callers 1

_defaultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected