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

Method url

scripts/chaining.js:379–382  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

377 return this;
378 }
379 url(url) {
380 this.widgetStack.url = url;
381 return this;
382 }
383 useDefaultPadding() {
384 this.widgetStack.useDefaultPadding();
385 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected