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

Method borderWidth

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

Source from the content-addressed store, hash-verified

337 return this;
338 }
339 borderWidth(number) {
340 this.widgetStack.borderWidth = number;
341 return this;
342 }
343 bottomAlignContent() {
344 this.widgetStack.bottomAlignContent();
345 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected