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

Method backgroundColor

scripts/chaining.js:407–410  ·  view source on GitHub ↗
(color)

Source from the content-addressed store, hash-verified

405 this.widget = new ListWidget();
406 }
407 backgroundColor(color) {
408 this.widget.backgroundColor = color;
409 return this;
410 }
411 backgroundGradient(gradient) {
412 this.widget.backgroundGradient = gradient;
413 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected