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

Method _ariaDescription

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

Source from the content-addressed store, hash-verified

717 }
718
719 get _ariaDescription() {
720 return this._getSelection()?.getAriaDescriptionForTable();
721 }
722
723 get _ariaRowCount() {
724 return this._getVirtualizer()?.rowCount || this.rows.length + 1;

Callers

nothing calls this directly

Calls 2

_getSelectionMethod · 0.95

Tested by

no test coverage detected