Skip to content

API DocumentationDocs


API Documentation / RouteLocationAsStringTypedList

Type Alias: RouteLocationAsStringTypedList<RouteMap>

RouteLocationAsStringTypedList<RouteMap>: { [N in keyof RouteMap]: RouteLocationAsStringTyped<RouteMap, N> }

Internal

List of all possible RouteLocationAsString indexed by the route name.

Type Parameters

RouteMap extends RouteMapGeneric = RouteMapGeneric

Released under the MIT License.