MCPcopy
hub / github.com/nolimits4web/swiper / SwiperContainerEventMap

Interface SwiperContainerEventMap

src/swiper-element.d.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6// oxfmt-ignore
7interface SwiperContainerEventMap extends Omit<HTMLElementEventMap, 'click' | 'progress' | 'keypress' | 'resize' | 'touchstart' | 'touchmove' | 'touchend' | 'transitionend' | 'transitionstart'> {
8 // CORE_EVENTS
9
10 // MODULES_EVENTS
11}
12
13interface SwiperContainer extends HTMLElement {}
14interface SwiperContainer extends SwiperOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…