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

Method setPadding

scripts/chaining.js:435–438  ·  view source on GitHub ↗
(top, leading, bottom, trailing)

Source from the content-addressed store, hash-verified

433 return this;
434 }
435 setPadding(top, leading, bottom, trailing) {
436 this.widget.setPadding(top, leading, bottom, trailing);
437 return this;
438 }
439 useDefaultPadding() {
440 this.widget.useDefaultPadding();
441 return this;

Callers

nothing calls this directly

Calls 1

setPaddingMethod · 0.45

Tested by

no test coverage detected