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

Method _focusNextElement

packages/compat/src/Table.ts:615–621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

613 }
614
615 _focusNextElement() {
616 if (!this.growsWithButton) {
617 this._focusForwardElement(true);
618 } else {
619 this.morеBtn!.focus();
620 }
621 }
622
623 _handleArrowNav(e: KeyboardEvent) {
624 const isRowFocused = this.currentElement!.localName === "tr";

Callers 1

_handleTabMethod · 0.95

Calls 2

_focusForwardElementMethod · 0.95
focusMethod · 0.45

Tested by

no test coverage detected