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

Method isMultiSelectable

packages/main/src/TableSelection.ts:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 isMultiSelectable(): boolean {
131 return this.mode === TableSelectionMode.Multiple;
132 }
133
134 isRowSelectorRequired(): boolean {
135 return this.mode !== TableSelectionMode.None;

Callers 8

_onkeydownMethod · 0.95
_onSelectionChangeFunction · 0.45
_isMultiSelectFunction · 0.45
_ariaMultiSelectableMethod · 0.45
checkSelectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected