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

Method centerAlignText

scripts/chaining.js:266–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 this.widgetText = widgetText;
265 }
266 centerAlignText() {
267 this.widgetText.centerAlignText();
268 return this;
269 }
270 font(font) {
271 this.widgetText.font = font;
272 return this;

Callers

nothing calls this directly

Calls 1

centerAlignTextMethod · 0.45

Tested by

no test coverage detected