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

Method addDate

scripts/chaining.js:387–389  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

385 return this;
386 }
387 addDate(date) {
388 return new ChainDate(this.widgetStack.addDate(date));
389 }
390 addImage(image) {
391 return new ChainImage(this.widgetStack.addImage(image));
392 }

Callers 2

addDateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected