Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ addText
Method
addText
scripts/chaining.js:480–482 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
478
return
new
ChainSpacer(this.widget.addSpacer(length));
479
}
480
addText(string) {
481
return
new
ChainText(this.widget.addText(string));
482
}
483
addStack() {
484
return
new
ChainStack(this.widget.addStack());
485
}
Callers
nothing calls this directly
Calls
1
addText
Method · 0.45
Tested by
no test coverage detected