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

Method backgroundImage

scripts/chaining.js:331–334  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

329 return this;
330 }
331 backgroundImage(image) {
332 this.widgetStack.backgroundImage = image;
333 return this;
334 }
335 borderColor(color) {
336 this.widgetStack.borderColor = color;
337 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected