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

Method leftAlignImage

scripts/chaining.js:232–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 return this;
231 }
232 leftAlignImage() {
233 this.widgetImage.leftAlignImage();
234 return this;
235 }
236 resizable(bool) {
237 this.widgetImage.resizable = bool;
238 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected