MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / presentSmall

Method presentSmall

scripts/chaining.js:459–462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457 return this;
458 }
459 presentSmall() {
460 this.widget.presentSmall();
461 return this;
462 }
463 presentMedium() {
464 this.widget.presentMedium();
465 return this;

Callers 15

html-gradient.jsFile · 0.80
simple-calendar.jsFile · 0.80
createWidgetFunction · 0.80
presentErrorFunction · 0.80
createSmallWidgetFunction · 0.80
mdn-web-api.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected