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

Method textOpacity

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

Source from the content-addressed store, hash-verified

177 return this;
178 }
179 textOpacity(number) {
180 this.widgetDate.textOpacity = number;
181 return this;
182 }
183 url(url) {
184 this.widgetDate.url = url;
185 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected