MCPcopy 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

isSelectedMethod · 0.95
hasSelectedRowMethod · 0.95
_isSelectableFunction · 0.45
_ariaMultiSelectableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected