Skip to content

vue-router / RouteLocationNormalizedTypedList

RouteLocationNormalizedTypedList<RouteMap>

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

Internal

List of all possible RouteLocationNormalized indexed by the route name.

Type Parameters

RouteMap

RouteMap extends RouteMapGeneric = RouteMapGeneric

Released under the MIT License.