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

Method minimumScaleFactor

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

Source from the content-addressed store, hash-verified

280 return this;
281 }
282 minimumScaleFactor(number) {
283 this.widgetText.minimumScaleFactor = number;
284 return this;
285 }
286 rightAlignText() {
287 this.widgetText.rightAlignText();
288 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected