Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PaginationEvents

Index

Methods

paginationHide

  • paginationHide(swiper: any): void
  • Event will be fired on pagination hide

    Parameters

    • swiper: any

    Returns void

paginationRender

  • paginationRender(swiper: any, paginationEl: HTMLElement): void
  • Event will be fired after pagination rendered

    Parameters

    • swiper: any
    • paginationEl: HTMLElement

    Returns void

paginationShow

  • paginationShow(swiper: any): void
  • Event will be fired on pagination show

    Parameters

    • swiper: any

    Returns void

paginationUpdate

  • paginationUpdate(swiper: any, paginationEl: HTMLElement): void
  • Event will be fired when pagination updated

    Parameters

    • swiper: any
    • paginationEl: HTMLElement

    Returns void

Generated using TypeDoc