Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ right
Method
right
examples/network/webthings/outlet/main.js:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
application.distribute(
"updateIcon"
,
"left"
, state);
37
}
38
get right() {
39
return
this.r;
40
}
41
set right(state) {
42
if
(this.r == state)
return
;
43
this.r = state;
Callers
nothing calls this directly
Calls
2
changed
Method · 0.80
distribute
Method · 0.80
Tested by
no test coverage detected