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

Method minimumScaleFactor

scripts/chaining.js:155–158  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

153 return this;
154 }
155 minimumScaleFactor(number) {
156 this.widgetDate.minimumScaleFactor = number;
157 return this;
158 }
159 rightAlignText() {
160 this.widgetDate.rightAlignText();
161 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected