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

Method refreshAfterDate

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

Source from the content-addressed store, hash-verified

417 return this;
418 }
419 refreshAfterDate(date) {
420 this.widget.refreshAfterDate = date;
421 return this;
422 }
423 spacing(space) {
424 this.widget.spacing = space;
425 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected