选项
全部
  • 公共
  • 公共/受保护
  • 全部
菜单

层级

  • PaginationEvents

索引

方法

paginationHide

  • paginationHide(swiper: any): void
  • 分页隐藏时触发的事件

    参数

    • swiper: any

    返回 void

paginationRender

  • paginationRender(swiper: any, paginationEl: HTMLElement): void
  • 分页渲染后触发的事件

    参数

    • swiper: any
    • paginationEl: HTMLElement

    返回 void

paginationShow

  • paginationShow(swiper: any): void
  • 分页显示时触发的事件

    参数

    • swiper: any

    返回 void

paginationUpdate

  • paginationUpdate(swiper: any, paginationEl: HTMLElement): void
  • 分页更新时触发的事件

    参数

    • swiper: any
    • paginationEl: HTMLElement

    返回 void

使用 TypeDoc 生成