搜索
准备搜索索引...
搜索索引不可用
Swiper - v11.2.0
选项
全部
公开
公开/受保护
全部
继承的
外部的
菜单
Swiper - v11.2.0
types/modules/navigation
NavigationEvents
接口 NavigationEvents
层级
NavigationEvents
索引
方法
navigation
Hide
navigation
Next
navigation
Prev
navigation
Show
方法
navigation
Hide
navigation
Hide
(
swiper
:
any
)
:
void
导航隐藏时触发的事件
参数
swiper:
any
返回
void
navigation
Next
navigation
Next
(
swiper
:
any
)
:
void
导航下一个按钮点击时触发的事件
参数
swiper:
any
返回
void
navigation
Prev
navigation
Prev
(
swiper
:
any
)
:
void
导航上一个按钮点击时触发的事件
参数
swiper:
any
返回
void
navigation
Show
navigation
Show
(
swiper
:
any
)
:
void
导航显示时触发的事件
参数
swiper:
any
返回
void
模块
types/modules/navigation
导航
事件
navigation
Hide
navigation
Next
navigation
Prev
navigation
Show
导航
方法
导航
选项
使用
TypeDoc
生成
导航隐藏时触发的事件