Skip to content

API DocumentationDocs


API Documentation / RouteLocationTypedList

Type Alias: RouteLocationTypedList<RouteMap>

RouteLocationTypedList<RouteMap>: { [N in keyof RouteMap]: RouteLocationTyped<RouteMap, N> }

Internal

List of all possible RouteLocation indexed by the route name.

Type Parameters

RouteMap extends RouteMapGeneric = RouteMapGeneric

Released under the MIT License.