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

Function _isSelected

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

Source from the content-addressed store, hash-verified

130 }
131
132 get _isSelected() {
133 return this._tableSelection?.isSelected(this);
134 }
135
136 get _isSelectable() {
137 return this._tableSelection?.isSelectable();

Callers

nothing calls this directly

Calls 1

isSelectedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…