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

Method shadowOffset

scripts/chaining.js:294–297  ·  view source on GitHub ↗
(point)

Source from the content-addressed store, hash-verified

292 return this;
293 }
294 shadowOffset(point) {
295 this.widgetText.shadowOffset = point;
296 return this;
297 }
298 shadowRadius(number) {
299 this.widgetText.shadowRadius = number;
300 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected