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

Method textColor

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

Source from the content-addressed store, hash-verified

173 return this;
174 }
175 textColor(color) {
176 this.widgetDate.textColor = color;
177 return this;
178 }
179 textOpacity(number) {
180 this.widgetDate.textOpacity = number;
181 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected