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

Function _isSelectable

packages/main/src/TableRowBase.ts:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 get _isSelectable() {
137 return this._tableSelection?.isSelectable();
138 }
139
140 get _isMultiSelect() {
141 return !!this._tableSelection?.isMultiSelectable();

Callers

nothing calls this directly

Calls 1

isSelectableMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…