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

Method shadowColor

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

Source from the content-addressed store, hash-verified

288 return this;
289 }
290 shadowColor(color) {
291 this.widgetText.shadowColor = color;
292 return this;
293 }
294 shadowOffset(point) {
295 this.widgetText.shadowOffset = point;
296 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected