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

Method cornerRadius

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

Source from the content-addressed store, hash-verified

349 return this;
350 }
351 cornerRadius(number) {
352 this.widgetStack.cornerRadius = number;
353 return this;
354 }
355 layoutHorizontally() {
356 this.widgetStack.layoutHorizontally();
357 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected