Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ presentLarge
Method
presentLarge
scripts/chaining.js:467–470 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
465
return
this;
466
}
467
presentLarge() {
468
this.widget.presentLarge();
469
return
this;
470
}
471
addDate(date) {
472
return
new
ChainDate(this.widget.addDate(date));
473
}
Callers
1
random-colour-generator.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected