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

Method assembleGroupEncodeEntry

resources/vega-lite.min.js:11924–11940  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

11922 return i;
11923 }
11924 assembleGroupEncodeEntry(e) {
11925 let t = {};
11926 return (
11927 this.view && (t = this.assembleEncodeFromView(this.view)),
11928 e ||
11929 (this.description && (t.description = Pn(this.description)),
11930 "unit" !== this.type && "layer" !== this.type)
11931 ? S(t)
11932 ? void 0
11933 : t
11934 : {
11935 width: this.getSizeSignalRef("width"),
11936 height: this.getSizeSignalRef("height"),
11937 ...t,
11938 }
11939 );
11940 }
11941 assembleLayout() {
11942 if (!this.layout) return;
11943 const { spacing: e, ...t } = this.layout,

Callers 3

assembleMarksMethod · 0.80
assembleMarksMethod · 0.80
vega-lite.min.jsFile · 0.80

Calls 4

getSizeSignalRefMethod · 0.95
PnFunction · 0.85
SFunction · 0.70

Tested by

no test coverage detected