MCPcopy Create free account
hub / github.com/UI5/webcomponents / deactivate

Method deactivate

packages/compat/src/TableRow.ts:328–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 }
327
328 deactivate() {
329 if (this.active) {
330 this.active = false;
331 }
332 }
333
334 get shouldPopin(): boolean {
335 return !!(this._columnsInfo?.filter(el => {

Callers 10

_onmouseupMethod · 0.95
_onkeyupMethod · 0.95
_ontouchendMethod · 0.95
_onfocusoutMethod · 0.95
_onrowclickMethod · 0.95
constructorFunction · 0.80
_onkeyupFunction · 0.80
_onmouseupFunction · 0.80
_onfocusinFunction · 0.80
_onfocusoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected