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

Method _updateScrolling

packages/main/src/Carousel.ts:432–442  ·  view source on GitHub ↗
(e: ScrollEnablementEventListenerParam)

Source from the content-addressed store, hash-verified

430 }
431
432 _updateScrolling(e: ScrollEnablementEventListenerParam) {
433 if (!e) {
434 return;
435 }
436
437 if (e.isLeft) {
438 this.navigateLeft();
439 } else if (e.isRight) {
440 this.navigateRight();
441 }
442 }
443
444 _onkeydown(e: KeyboardEvent) {
445 if (isF7(e)) {

Callers 1

constructorMethod · 0.95

Calls 2

navigateLeftMethod · 0.95
navigateRightMethod · 0.95

Tested by

no test coverage detected