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

Method borderColor

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

Source from the content-addressed store, hash-verified

333 return this;
334 }
335 borderColor(color) {
336 this.widgetStack.borderColor = color;
337 return this;
338 }
339 borderWidth(number) {
340 this.widgetStack.borderWidth = number;
341 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected