Skip to content

API DocumentationDocs


API Documentation / RouteLocationAsPathTypedList

Type Alias: RouteLocationAsPathTypedList<RouteMap>

RouteLocationAsPathTypedList<RouteMap>: { [N in keyof RouteMap]: RouteLocationAsPathTyped<RouteMap, N> }

Internal

List of all possible RouteLocationAsPath indexed by the route name.

Type Parameters

RouteMap extends RouteMapGeneric = RouteMapGeneric

Released under the MIT License.