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

Method applyDateStyle

scripts/chaining.js:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 this.widgetDate = widgetDate;
114 }
115 applyDateStyle() {
116 this.widgetDate.applyDateStyle();
117 return this;
118 }
119 applyOffsetStyle() {
120 this.widgetDate.applyOffsetStyle();
121 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected