Index of first rendered slide
Pixel offset applied to virtual slides — left/top depending on direction.
Array with slide items passed by virtual.slides parameter
OptionalslidesNumber of virtual slides reserved after the active slice.
OptionalslidesNumber of virtual slides reserved before the active slice. Set on
each update and read by core code that translates between virtual
indices and DOM positions.
Snapshot of swiper.slidesGrid taken when the last update ran. Used
to detect that the grid changed without a from/to change.
Index of last rendered slide
Update virtual slides state.
Optionalforce: booleanre-render even if the slice didn't move
OptionalbeforeInit: booleaninternal flag set by the module during beforeInit
OptionalforceActiveIndex: numberoverride swiper.activeIndex when computing the slice
Object with cached slides HTML elements, keyed by slide index.