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

Method backgroundGradient

scripts/chaining.js:327–330  ·  view source on GitHub ↗
(gradient)

Source from the content-addressed store, hash-verified

325 return this;
326 }
327 backgroundGradient(gradient) {
328 this.widgetStack.backgroundGradient = gradient;
329 return this;
330 }
331 backgroundImage(image) {
332 this.widgetStack.backgroundImage = image;
333 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected