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

Method imageSize

scripts/chaining.js:228–231  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

226 return this;
227 }
228 imageSize(size) {
229 this.widgetImage.imageSize = size;
230 return this;
231 }
232 leftAlignImage() {
233 this.widgetImage.leftAlignImage();
234 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected