MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / layoutHorizontally

Method layoutHorizontally

scripts/chaining.js:355–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 return this;
354 }
355 layoutHorizontally() {
356 this.widgetStack.layoutHorizontally();
357 return this;
358 }
359 layoutVertically() {
360 this.widgetStack.layoutVertically();
361 return this;

Callers 9

simple-calendar.jsFile · 0.80
createSmallWidgetFunction · 0.80
createMediumWidgetFunction · 0.80
can-i-use.jsFile · 0.80
mdn-web-api.jsFile · 0.80
createSmallWidgetFunction · 0.80
createMediumWidgetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected