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

Method constructor

scripts/chaining.js:320–322  ·  view source on GitHub ↗
(widgetStack)

Source from the content-addressed store, hash-verified

318 }
319 class ChainStack {
320 constructor(widgetStack) {
321 this.widgetStack = widgetStack;
322 }
323 backgroundColor(color) {
324 this.widgetStack.backgroundColor = color;
325 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected