Skip to content
Перевод синхронизирован с документацией от , хэш коммита 0d8d997.

Документация API / NavigationGuardWithThis

Интерфейс: NavigationGuardWithThis<T>

Навигационный хук с параметром типа для this.

Смотрите

TypesConfig

Параметры типа

Название
T

Вызов

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

Параметры

НазваниеТип
thisT
toRouteLocationNormalizedGeneric
fromRouteLocationNormalizedLoadedGeneric
nextNavigationGuardNext

Возвращает

_Awaitable<NavigationGuardReturn>

Released under the MIT License.