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

Function _isMultiSelect

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

Source from the content-addressed store, hash-verified

138 }
139
140 get _isMultiSelect() {
141 return !!this._tableSelection?.isMultiSelectable();
142 }
143
144 get _hasSelector() {
145 return this._table?._isRowSelectorRequired;

Callers

nothing calls this directly

Calls 1

isMultiSelectableMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…