API Documentation / RouteLocationNormalizedGeneric
Interface: RouteLocationNormalizedGeneric
Generic version of RouteLocationNormalized that is used when no RouteMap is provided.
Hierarchy
↳
RouteLocationNormalizedGeneric
Properties
fullPath
• fullPath: string
The whole location including the search
and hash
. This string is percentage encoded.
Inherited from
hash
• hash: string
Hash of the current location. If present, starts with a #
.
Inherited from
matched
• matched: RouteRecordNormalized
[]
Array of RouteRecordNormalized
meta
• meta: RouteMeta
Merged meta
properties from all the matched route records.
Inherited from
name
• name: RouteRecordNameGeneric
Name of the matched record
Overrides
params
• params: RouteParamsGeneric
Object of decoded params extracted from the path
.
Overrides
path
• path: string
Percentage encoded pathname section of the URL.
Inherited from
query
• query: LocationQuery
Object representation of the search
property of the current location.
Inherited from
redirectedFrom
• redirectedFrom: undefined
| RouteLocationGeneric
Contains the location we were initially trying to access before ending up on the current location.