MCPcopy Create free account
hub / github.com/alignoth/alignoth / tv

Function tv

resources/vega.min.js:14108–14125  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

14106 }
14107 }
14108 function tv(t, e) {
14109 const n = {
14110 bounds: new Vg(),
14111 clip: !!t.clip,
14112 group: e,
14113 interactive: !1 !== t.interactive,
14114 items: [],
14115 marktype: t.marktype,
14116 name: t.name || void 0,
14117 role: t.role || void 0,
14118 zindex: t.zindex || 0,
14119 };
14120 return (
14121 null != t.aria && (n.aria = t.aria),
14122 t.description && (n.description = t.description),
14123 n
14124 );
14125 }
14126 function ev(t, e, n) {
14127 return (
14128 !t &&

Callers 2

constructorMethod · 0.85
markMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected