Skip to content

vue-router / RouteLocationNormalizedLoadedTypedList

RouteLocationNormalizedLoadedTypedList<RouteMap>

ts
type RouteLocationNormalizedLoadedTypedList<RouteMap> = { [N in keyof RouteMap]: RouteLocationNormalizedLoadedTyped<RouteMap, N> };

Internal

List of all possible RouteLocationNormalizedLoaded indexed by the route name.

Type Parameters

RouteMap

RouteMap extends RouteMapGeneric = RouteMapGeneric

Released under the MIT License.