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

Method url

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

Source from the content-addressed store, hash-verified

425 return this;
426 }
427 url(url) {
428 this.widget.url = url;
429 return this;
430 }
431 addAccessoryWidgetBackground(bool) {
432 this.widget.addAccessoryWidgetBackground = bool;
433 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected