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

Method constructor

scripts/chaining.js:263–265  ·  view source on GitHub ↗
(widgetText)

Source from the content-addressed store, hash-verified

261 }
262 class ChainText {
263 constructor(widgetText) {
264 this.widgetText = widgetText;
265 }
266 centerAlignText() {
267 this.widgetText.centerAlignText();
268 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected