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

Method applyTimerStyle

scripts/chaining.js:131–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 return this;
130 }
131 applyTimerStyle() {
132 this.widgetDate.applyTimerStyle();
133 return this;
134 }
135 centerAlignText() {
136 this.widgetDate.centerAlignText();
137 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected