API 文档 / NavigationGuardWithThis
接口: NavigationGuardWithThis<T>
带有 this
类型参数的导航守卫。
参见
类型参数
名称 |
---|
T |
可调用
NavigationGuardWithThis
▸ NavigationGuardWithThis(this
, to
, from
, next
): _Awaitable
<NavigationGuardReturn
>
参数
名称 | 类型 |
---|---|
this | T |
to | RouteLocationNormalizedGeneric |
from | RouteLocationNormalizedLoadedGeneric |
next | NavigationGuardNext |