vue-router / RouteLocationAsPathTypedList
RouteLocationAsPathTypedList<RouteMap>
ts
type RouteLocationAsPathTypedList<RouteMap> = { [N in keyof RouteMap]: RouteLocationAsPathTyped<RouteMap, N> };Internal
List of all possible RouteLocationAsPath indexed by the route name.
Type Parameters
RouteMap
RouteMap extends RouteMapGeneric = RouteMapGeneric

