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

Method rightAlignText

scripts/chaining.js:286–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 return this;
285 }
286 rightAlignText() {
287 this.widgetText.rightAlignText();
288 return this;
289 }
290 shadowColor(color) {
291 this.widgetText.shadowColor = color;
292 return this;

Callers

nothing calls this directly

Calls 1

rightAlignTextMethod · 0.45

Tested by

no test coverage detected