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

Method textOpacity

scripts/chaining.js:310–313  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

308 return this;
309 }
310 textOpacity(number) {
311 this.widgetText.textOpacity = number;
312 return this;
313 }
314 url(url) {
315 this.widgetText.url = url;
316 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected