Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/KilledByAPixel/LittleJS
/ click
Method
click
plugins/uiSystem.js:1265–1270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1263
this.interactive = true;
1264
}
1265
click()
1266
{
1267
this.checked = !this.checked;
1268
this.onClick();
1269
this.onChange();
1270
}
1271
render()
1272
{
1273
super.render();
Callers
nothing calls this directly
Calls
2
onClick
Method · 0.80
onChange
Method · 0.80
Tested by
no test coverage detected