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

Method backgroundColor

scripts/chaining.js:323–326  ·  view source on GitHub ↗
(color)

Source from the content-addressed store, hash-verified

321 this.widgetStack = widgetStack;
322 }
323 backgroundColor(color) {
324 this.widgetStack.backgroundColor = color;
325 return this;
326 }
327 backgroundGradient(gradient) {
328 this.widgetStack.backgroundGradient = gradient;
329 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected