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

Method presentExtraLarge

scripts/chaining.js:455–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

453 return this;
454 }
455 presentExtraLarge() {
456 this.widget.presentExtraLarge();
457 return this;
458 }
459 presentSmall() {
460 this.widget.presentSmall();
461 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected