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

Method constructor

scripts/chaining.js:189–191  ·  view source on GitHub ↗
(widgetImage)

Source from the content-addressed store, hash-verified

187 }
188 class ChainImage {
189 constructor(widgetImage) {
190 this.widgetImage = widgetImage;
191 }
192 applyFillingContentMode() {
193 this.widgetImage.applyFillingContentMode();
194 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected