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

Method constructor

scripts/chaining.js:404–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 }
403 class ChainWidget {
404 constructor() {
405 this.widget = new ListWidget();
406 }
407 backgroundColor(color) {
408 this.widget.backgroundColor = color;
409 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected