Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ topAlignContent
Method
topAlignContent
scripts/chaining.js:375–378 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
373
return
this;
374
}
375
topAlignContent() {
376
this.widgetStack.topAlignContent();
377
return
this;
378
}
379
url(url) {
380
this.widgetStack.url = url;
381
return
this;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected