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

Method borderColor

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

Source from the content-addressed store, hash-verified

198 return this;
199 }
200 borderColor(color) {
201 this.widgetImage.borderColor = color;
202 return this;
203 }
204 borderWidth(number) {
205 this.widgetImage.borderWidth = number;
206 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected