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

Method cornerRadius

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

Source from the content-addressed store, hash-verified

214 return this;
215 }
216 cornerRadius(number) {
217 this.widgetImage.cornerRadius = number;
218 return this;
219 }
220 image(image) {
221 this.widgetImage.image = image;
222 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected