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

Method focusItem

packages/main/src/Carousel.ts:658–660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656 }
657
658 focusItem() {
659 this.carouselItemDomRef(this._focusedItemIndex)[0].focus({ preventScroll: true });
660 }
661
662 _navButtonClick(e: UI5CustomEvent<Icon, "click">) {
663 const target = e.target as Icon;

Callers 8

_handleHomeMethod · 0.95
_handleEndMethod · 0.95
_handlePageUpMethod · 0.95
_handlePageDownMethod · 0.95
navigateLeftMethod · 0.95
navigateRightMethod · 0.95
navigateArrowRightMethod · 0.95
navigateArrowLeftMethod · 0.95

Calls 2

carouselItemDomRefMethod · 0.95
focusMethod · 0.45

Tested by

no test coverage detected