Skip to content

vue-router / RouteLocationAsStringTyped

RouteLocationAsStringTyped<RouteMap, Name>

ts
type RouteLocationAsStringTyped<RouteMap, Name> = RouteMap[Name]["path"];

Helper to generate a type safe version of the RouteLocationAsString type.

Type Parameters

RouteMap

RouteMap extends RouteMapGeneric = RouteMapGeneric

Name

Name extends keyof RouteMap = keyof RouteMap

Morty Proxy This is a proxified and sanitized view of the page, visit original site.