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

Method constructor

scripts/chaining.js:112–114  ·  view source on GitHub ↗
(widgetDate)

Source from the content-addressed store, hash-verified

110function createChainWidget() {
111 class ChainDate {
112 constructor(widgetDate) {
113 this.widgetDate = widgetDate;
114 }
115 applyDateStyle() {
116 this.widgetDate.applyDateStyle();
117 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected