@yesstudio/nuxt-composables
Preparing search index...
NavigationGuardWithThis
Interface NavigationGuardWithThis<T>
Navigation Guard with a type parameter for
this
.
See
TypesConfig
Type Parameters
T
NavigationGuardWithThis
(
this
:
T
,
to
:
RouteLocationNormalizedGeneric
,
from
:
RouteLocationNormalizedLoadedGeneric
,
next
:
NavigationGuardNext
,
)
:
_Awaitable
<
NavigationGuardReturn
>
Parameters
this
:
T
to
:
RouteLocationNormalizedGeneric
from
:
RouteLocationNormalizedLoadedGeneric
next
:
NavigationGuardNext
Returns
_Awaitable
<
NavigationGuardReturn
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yesstudio/nuxt-composables
Loading...
Navigation Guard with a type parameter for
this.See
TypesConfig