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

Method text

scripts/chaining.js:306–309  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

304 return this;
305 }
306 text(string) {
307 this.widgetText.text = string;
308 return this;
309 }
310 textOpacity(number) {
311 this.widgetText.textOpacity = number;
312 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected