跳至内容

API 文档 / NavigationGuardWithThis

接口: NavigationGuardWithThis<T>

带有 this 类型参数的导航守卫。

参见

TypesConfig

类型参数

名称
T

可调用

NavigationGuardWithThis(this, to, from, next): _Awaitable<NavigationGuardReturn>

参数

名称类型
thisT
toRouteLocationNormalizedGeneric
fromRouteLocationNormalizedLoadedGeneric
nextNavigationGuardNext

返回

_Awaitable<NavigationGuardReturn>