搜索
正在准备搜索索引...
搜索索引不可用
Swiper - v12.0.1
选项
所有
公共
公共/受保护
所有
继承的
外部
菜单
Swiper - v12.0.1
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
生成
导航隐藏时触发的事件