Skip to content

API DocumentationDocs


API Documentation / RouteLocationNormalizedTypedList

Type Alias: RouteLocationNormalizedTypedList<RouteMap>

RouteLocationNormalizedTypedList<RouteMap>: { [N in keyof RouteMap]: RouteLocationNormalizedTyped<RouteMap, N> }

Internal

List of all possible RouteLocationNormalized indexed by the route name.

Type Parameters

RouteMap extends RouteMapGeneric = RouteMapGeneric

Released under the MIT License.