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

Method image

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

Source from the content-addressed store, hash-verified

218 return this;
219 }
220 image(image) {
221 this.widgetImage.image = image;
222 return this;
223 }
224 imageOpacity(number) {
225 this.widgetImage.imageOpacity = number;
226 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected