vue-router / NavigationRedirectError
NavigationRedirectError
Internal
Internal error used to detect a redirection.
Extends
Omit
<NavigationFailure
,"to"
|"type"
>
Properties
cause?
ts
optional cause: unknown;
Inherited from
from
ts
from: RouteLocationNormalizedGeneric;
Route location we were navigating from
Inherited from
message
ts
message: string;
Inherited from
name
ts
name: string;
Inherited from
stack?
ts
optional stack: string;
Inherited from
to
ts
to:
| string
| RouteLocationAsRelativeGeneric
| RouteLocationAsPathGeneric;
type
ts
type: NAVIGATION_GUARD_REDIRECT;