Skip to content

vue-router / RouteLocationNormalizedLoaded

RouteLocationNormalizedLoaded<Name>

ts
type RouteLocationNormalizedLoaded<Name> = RouteMapGeneric extends RouteMap ? RouteLocationNormalizedLoadedGeneric : RouteLocationNormalizedLoadedTypedList<RouteMap>[Name];

Similar to RouteLocationNormalized but its components do not contain any function to lazy load components. In other words, it's ready to be rendered by <RouterView>.

Type Parameters

Name

Name extends keyof RouteMap = keyof RouteMap

Released under the MIT License.