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

Method _getSelection

packages/main/src/Table.ts:497–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

495 }
496
497 _getSelection(): TableSelectionBase | TableSelection | undefined {
498 return this._findFeature<TableSelectionBase>("TableSelectionBase") || this._findFeature<TableSelection>("TableSelection");
499 }
500
501 _getVirtualizer(): TableVirtualizer | undefined {
502 return this._findFeature<TableVirtualizer>("TableVirtualizer");

Callers 4

_ariaDescriptionMethod · 0.95
_ariaMultiSelectableMethod · 0.95
_tableSelectionFunction · 0.80

Calls 1

_findFeatureMethod · 0.95

Tested by

no test coverage detected