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

Method assembleGroupStyle

resources/vega-lite.min.js:14655–14661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14653 return this.children.reduce((e, t) => t.assembleSelectionData(e), e);
14654 }
14655 assembleGroupStyle() {
14656 const e = new Set();
14657 for (const n of this.children)
14658 for (const i of t.array(n.assembleGroupStyle())) e.add(i);
14659 const n = Array.from(e);
14660 return n.length > 1 ? n : 1 === n.length ? n[0] : void 0;
14661 }
14662 assembleTitle() {
14663 let e = super.assembleTitle();
14664 if (e) return e;

Callers

nothing calls this directly

Calls 3

assembleGroupStyleMethod · 0.45
addMethod · 0.45
fromMethod · 0.45

Tested by

no test coverage detected