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

Method applyTimeStyle

scripts/chaining.js:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 return this;
126 }
127 applyTimeStyle() {
128 this.widgetDate.applyTimeStyle();
129 return this;
130 }
131 applyTimerStyle() {
132 this.widgetDate.applyTimerStyle();
133 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected