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

Method shadowOffset

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

Source from the content-addressed store, hash-verified

165 return this;
166 }
167 shadowOffset(point) {
168 this.widgetDate.shadowOffset = point;
169 return this;
170 }
171 shadowRadius(number) {
172 this.widgetDate.shadowRadius = number;
173 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected