Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
connectedCallback
Method · 0.95
attributeChangedCallback
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected