Skip to content

vue-router / RouteLocationAsStringTypedList

RouteLocationAsStringTypedList<RouteMap>

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

Internal

List of all possible RouteLocationAsString indexed by the route name.

Type Parameters

RouteMap

RouteMap extends RouteMapGeneric = RouteMapGeneric

Released under the MIT License.