MCPcopy Index your code
hub / github.com/BBKolton/reactify-wc / setString

Method setString

test/src/webComponents/StringTest.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 setString() {
22 this.shadowRoot.querySelector(".string").innerText = this.string;
23 }
24
25 static get observedAttributes() {
26 return ["string"];

Callers 2

connectedCallbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected