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

Method textColor

scripts/chaining.js:302–305  ·  view source on GitHub ↗
(color)

Source from the content-addressed store, hash-verified

300 return this;
301 }
302 textColor(color) {
303 this.widgetText.textColor = color;
304 return this;
305 }
306 text(string) {
307 this.widgetText.text = string;
308 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected