Skip to content

API DocumentationDocs


API Documentation / RouteLocationNormalizedLoaded

Type Alias: RouteLocationNormalizedLoaded<Name>

RouteLocationNormalizedLoaded<Name>: RouteMapGeneric extends RouteMap ? RouteLocationNormalizedLoadedGeneric : RouteLocationNormalizedLoadedTypedList<RouteMap>[Name]

Similar to RouteLocationNormalized but its components do not contain any function to lazy load components. In other words, it's ready to be rendered by <RouterView>.

Type Parameters

Name extends keyof RouteMap = keyof RouteMap

Released under the MIT License.