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

Method rightAlignImage

scripts/chaining.js:240–243  ·  view source on GitHub ↗
(color)

Source from the content-addressed store, hash-verified

238 return this;
239 }
240 rightAlignImage(color) {
241 this.widgetImage.rightAlignImage();
242 return this;
243 }
244 tintColor(color) {
245 this.widgetImage.tintColor = color;
246 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected