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

Method lineLimit

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

Source from the content-addressed store, hash-verified

276 return this;
277 }
278 lineLimit(number) {
279 this.widgetText.lineLimit = number;
280 return this;
281 }
282 minimumScaleFactor(number) {
283 this.widgetText.minimumScaleFactor = number;
284 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected