MCPcopy Index your code
hub / github.com/UI5/webcomponents / _activeElementHasAttribute

Method _activeElementHasAttribute

packages/compat/src/TableRow.ts:314–316  ·  view source on GitHub ↗
(attr: string)

Source from the content-addressed store, hash-verified

312 }
313
314 _activeElementHasAttribute(attr: string): boolean {
315 return !!((this.getRootNode() as Document).activeElement?.hasAttribute(attr));
316 }
317
318 get _ariaCurrent() {
319 return this.navigated ? true : undefined;

Callers 3

_onkeydownMethod · 0.95
_onfocusinMethod · 0.95
_onrowclickMethod · 0.95

Calls 1

hasAttributeMethod · 0.80

Tested by

no test coverage detected