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

Function _tableSelection

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

Source from the content-addressed store, hash-verified

126 }
127
128 get _tableSelection() {
129 return this._table?._getSelection();
130 }
131
132 get _isSelected() {
133 return this._tableSelection?.isSelected(this);

Callers

nothing calls this directly

Calls 1

_getSelectionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…