MCPcopy 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

_ontouchstartMethod · 0.95
_onkeydownMethod · 0.95
_onfocusinMethod · 0.95
_onkeydownFunction · 0.80
_onmousedownFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected