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

Method spacing

scripts/chaining.js:423–426  ·  view source on GitHub ↗
(space)

Source from the content-addressed store, hash-verified

421 return this;
422 }
423 spacing(space) {
424 this.widget.spacing = space;
425 return this;
426 }
427 url(url) {
428 this.widget.url = url;
429 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected