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
ts
Omit.cause
from
ts
from: RouteLocationNormalizedGeneric;
Route location we were navigating from
Inherited from
ts
Omit.from
message
ts
message: string;
Inherited from
ts
Omit.message
name
ts
name: string;
Inherited from
ts
Omit.name
stack?
ts
optional stack: string;
Inherited from
ts
Omit.stack
to
ts
to:
| string
| RouteLocationAsRelativeGeneric
| RouteLocationAsPathGeneric;
type
ts
type: NAVIGATION_GUARD_REDIRECT;