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

Method backgroundGradient

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

Source from the content-addressed store, hash-verified

409 return this;
410 }
411 backgroundGradient(gradient) {
412 this.widget.backgroundGradient = gradient;
413 return this;
414 }
415 backgroundImage(image) {
416 this.widget.backgroundImage = image;
417 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected