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

Method rightAlignText

scripts/chaining.js:159–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 return this;
158 }
159 rightAlignText() {
160 this.widgetDate.rightAlignText();
161 return this;
162 }
163 shadowColor(color) {
164 this.widgetDate.shadowColor = color;
165 return this;

Callers 3

rightAlignTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected