Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_handleHome
Method · 0.95
_handleEnd
Method · 0.95
_handlePageUp
Method · 0.95
_handlePageDown
Method · 0.95
navigateLeft
Method · 0.95
navigateRight
Method · 0.95
navigateArrowRight
Method · 0.95
navigateArrowLeft
Method · 0.95
Calls
2
carouselItemDomRef
Method · 0.95
focus
Method · 0.45
Tested by
no test coverage detected