Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/UI5/webcomponents
/ activate
Method
activate
packages/compat/src/TableRow.ts:322–326 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
activate() {
323
if
(this.
type
=== TableRowType.Active) {
324
this.active = true;
325
}
326
}
327
328
deactivate() {
329
if
(this.active) {
Callers
5
_ontouchstart
Method · 0.95
_onkeydown
Method · 0.95
_onfocusin
Method · 0.95
_onkeydown
Function · 0.80
_onmousedown
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected