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

Method borderWidth

scripts/chaining.js:204–207  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

202 return this;
203 }
204 borderWidth(number) {
205 this.widgetImage.borderWidth = number;
206 return this;
207 }
208 centerAlignImage() {
209 this.widgetImage.centerAlignImage();
210 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected