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

Method applyOffsetStyle

scripts/chaining.js:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 return this;
118 }
119 applyOffsetStyle() {
120 this.widgetDate.applyOffsetStyle();
121 return this;
122 }
123 applyRelativeStyle() {
124 this.widgetDate.applyRelativeStyle();
125 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected