Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ layoutHorizontally
Method
layoutHorizontally
scripts/chaining.js:355–358 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
353
return
this;
354
}
355
layoutHorizontally() {
356
this.widgetStack.layoutHorizontally();
357
return
this;
358
}
359
layoutVertically() {
360
this.widgetStack.layoutVertically();
361
return
this;
Callers
9
simple-calendar.js
File · 0.80
createSmallWidget
Function · 0.80
createMediumWidget
Function · 0.80
can-i-use.js
File · 0.80
commander-articles.js
File · 0.80
mdn-web-api.js
File · 0.80
random-colour-generator.js
File · 0.80
createSmallWidget
Function · 0.80
createMediumWidget
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected