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

Function windowSize

docs/app/js/sanddance-app.js:143086–143095  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143084 return w ? w.screen : {};
143085}
143086function windowSize() {
143087 const w = _window();
143088 return w ? [
143089 w.innerWidth,
143090 w.innerHeight
143091 ] : [
143092 undefined,
143093 undefined
143094 ];
143095}
143096function containerSize() {
143097 const view = this.context.dataflow, el = view.container && view.container();
143098 return el ? [

Callers

nothing calls this directly

Calls 1

_windowFunction · 0.70

Tested by

no test coverage detected