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

Method constructor

scripts/chaining.js:254–256  ·  view source on GitHub ↗
(spacer)

Source from the content-addressed store, hash-verified

252 }
253 class ChainSpacer {
254 constructor(spacer) {
255 this.widgetSpacer = spacer;
256 }
257 length(number) {
258 this.widgetSpacer.length = number;
259 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected