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

Method centerAlignContent

scripts/chaining.js:347–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 return this;
346 }
347 centerAlignContent() {
348 this.widgetStack.centerAlignContent();
349 return this;
350 }
351 cornerRadius(number) {
352 this.widgetStack.cornerRadius = number;
353 return this;

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected