Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Normal-Tangerine8609/Scriptable-Widgets
/ useDefaultPadding
Method
useDefaultPadding
scripts/chaining.js:383–386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
381
return
this;
382
}
383
useDefaultPadding() {
384
this.widgetStack.useDefaultPadding();
385
return
this;
386
}
387
addDate(date) {
388
return
new
ChainDate(this.widgetStack.addDate(date));
389
}
Callers
1
useDefaultPadding
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected