Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ isSelectable
Method
isSelectable
packages/main/src/TableSelection.ts:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
isSelectable(): boolean {
127
return
this.mode !== TableSelectionMode.None;
128
}
129
130
isMultiSelectable(): boolean {
131
return
this.mode === TableSelectionMode.Multiple;
Callers
5
isSelected
Method · 0.95
hasSelectedRow
Method · 0.95
_invalidateTableAndRows
Method · 0.95
_isSelectable
Function · 0.45
_ariaMultiSelectable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected