Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ addStack
Method
addStack
scripts/chaining.js:399–401 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
397
return
new
ChainText(this.widgetStack.addText(string));
398
}
399
addStack() {
400
return
new
ChainStack(this.widgetStack.addStack());
401
}
402
}
403
class
ChainWidget {
404
constructor() {
Callers
15
progressCircle
Function · 0.45
addStack
Method · 0.45
simple-calendar.js
File · 0.45
createWidget
Function · 0.45
createSmallWidget
Function · 0.45
createMediumWidget
Function · 0.45
addDivider
Function · 0.45
can-i-use.js
File · 0.45
progressCircle
Function · 0.45
commander-articles.js
File · 0.45
addDivider
Function · 0.45
mdn-web-api.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected