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

Method _ariaMultiSelectable

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

Source from the content-addressed store, hash-verified

744 }
745
746 get _ariaMultiSelectable() {
747 const selection = this._getSelection();
748 return (selection?.isSelectable() && this.rows.length) ? selection.isMultiSelectable() : undefined;
749 }
750
751 get isTable() {
752 return true;

Callers

nothing calls this directly

Calls 3

_getSelectionMethod · 0.95
isSelectableMethod · 0.45
isMultiSelectableMethod · 0.45

Tested by

no test coverage detected