跳至内容

API 文档 / RouteLocationNormalizedLoadedGeneric

接口: RouteLocationNormalizedLoadedGeneric

当没有提供 RouteMap 时使用的 RouteLocationNormalizedLoaded 的泛型版本。

层次结构

属性

fullPath

fullPath: string

包含 searchhash 的完整位置。此字符串是百分比编码的。

继承自

RouteLocationNormalizedGeneric.fullPath


hash

hash: string

当前位置的哈希值。如果存在,则以 # 开头。

继承自

RouteLocationNormalizedGeneric.hash


matched

matched: RouteLocationMatched[]

包含仅包含普通组件的 RouteLocationMatched 数组(任何延迟加载的组件都已加载并在 components 对象中被替换),因此它可以直接用于显示路由。它也不能包含重定向记录。此属性不可枚举

覆盖

RouteLocationNormalizedGeneric.matched


meta

meta: RouteMeta

合并了所有匹配的路由记录中的 meta 属性。

继承自

RouteLocationNormalizedGeneric.meta


name

name: RouteRecordNameGeneric

匹配记录的名称

继承自

RouteLocationNormalizedGeneric.name


params

params: RouteParamsGeneric

path 中提取的解码参数对象。

继承自

RouteLocationNormalizedGeneric.params


path

path: string

URL 的百分比编码路径名部分。

继承自

RouteLocationNormalizedGeneric.path


query

query: LocationQuery

当前位置的 search 属性的对象表示。

继承自

RouteLocationNormalizedGeneric.query


redirectedFrom

redirectedFrom: undefined | RouteLocationGeneric

包含我们在最终到达当前位置之前最初尝试访问的位置。

继承自

RouteLocationNormalizedGeneric.redirectedFrom