Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ url
Method
url
scripts/chaining.js:183–186 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
181
return
this;
182
}
183
url(url) {
184
this.widgetDate.url = url;
185
return
this;
186
}
187
}
188
class
ChainImage {
189
constructor(widgetImage) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected