Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_onmouseup
Method · 0.95
_onkeyup
Method · 0.95
_ontouchend
Method · 0.95
_onfocusout
Method · 0.95
_onrowclick
Method · 0.95
constructor
Function · 0.80
_onkeyup
Function · 0.80
_onmouseup
Function · 0.80
_onfocusin
Function · 0.80
_onfocusout
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected