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

Method setPadding

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

Source from the content-addressed store, hash-verified

361 return this;
362 }
363 setPadding(top, leading, bottom, trailing) {
364 this.widgetStack.setPadding(top, leading, bottom, trailing);
365 return this;
366 }
367 size(size) {
368 this.widgetStack.size = size;
369 return this;

Callers 10

progressCircleFunction · 0.45
setPaddingMethod · 0.45
simple-calendar.jsFile · 0.45
createSmallWidgetFunction · 0.45
createMediumWidgetFunction · 0.45
progressCircleFunction · 0.45
mdn-web-api.jsFile · 0.45
createSmallWidgetFunction · 0.45
createMediumWidgetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected