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

Function Wf

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

Source from the content-addressed store, hash-verified

8382 return o;
8383 }
8384 function Wf(e) {
8385 return [
8386 ...If(e, "width"),
8387 ...If(e, "height"),
8388 ...If(e, "childWidth"),
8389 ...If(e, "childHeight"),
8390 ];
8391 }
8392 function If(e, t) {
8393 const n = "width" === t ? "x" : "y",
8394 i = e.component.layoutSize.get(t);

Callers 3

assembleLayoutSignalsMethod · 0.85
assembleLayoutSignalsMethod · 0.85
assembleLayoutSignalsMethod · 0.85

Calls 1

IfFunction · 0.85

Tested by

no test coverage detected