Skip to content

vue-router / NavigationRedirectError

NavigationRedirectError

Internal

Internal error used to detect a redirection.

Extends

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;

Released under the MIT License.