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

Method layoutVertically

scripts/chaining.js:359–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357 return this;
358 }
359 layoutVertically() {
360 this.widgetStack.layoutVertically();
361 return this;
362 }
363 setPadding(top, leading, bottom, trailing) {
364 this.widgetStack.setPadding(top, leading, bottom, trailing);
365 return this;

Callers 6

createMediumWidgetFunction · 0.80
mdn-web-api.jsFile · 0.80
addColourFunction · 0.80
createMediumWidgetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected