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

Method bottomAlignContent

scripts/chaining.js:343–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341 return this;
342 }
343 bottomAlignContent() {
344 this.widgetStack.bottomAlignContent();
345 return this;
346 }
347 centerAlignContent() {
348 this.widgetStack.centerAlignContent();
349 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected