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

Method shadowColor

scripts/chaining.js:163–166  ·  view source on GitHub ↗
(color)

Source from the content-addressed store, hash-verified

161 return this;
162 }
163 shadowColor(color) {
164 this.widgetDate.shadowColor = color;
165 return this;
166 }
167 shadowOffset(point) {
168 this.widgetDate.shadowOffset = point;
169 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected