准备搜索索引...
搜索索引不可用
React Router API 参考
React Router API 参考
react-router
RouteMatch
接口 RouteMatch<ParamKey, RouteObjectType>
interface
RouteMatch
<
ParamKey
,
RouteObjectType
>
{
params
:
Params
<
ParamKey
>
;
pathname
:
string
;
pathnameBase
:
string
;
route
:
RouteObjectType
;
}
类型参数
ParamKey
extends
string
=
string
RouteObjectType
extends
RouteObject
=
RouteObject
继承关系 (
查看完整
)
AgnosticRouteMatch
<
ParamKey
,
RouteObjectType
>
RouteMatch
DataRouteMatch
索引
属性
params
pathname
pathname
Base
route
属性
params
params
:
Params
<
ParamKey
>
URL 中动态参数的名称和值。
pathname
pathname
:
string
URL 路径名中匹配的部分。
pathname
Base
pathname
Base
:
string
URL 路径名中在子路由之前匹配的部分。
route
route
:
RouteObjectType
用于匹配的路由对象。
设置
成员可见性
受保护的
继承的
外部的
主题
操作系统
浅色
深色
在本页中
属性
params
pathname
pathname
Base
route
React Router API 参考
加载中...
URL 中动态参数的名称和值。