RouteMatch
Properties
(Mandatory properties are in bold)Properties | Type | Description |
---|---|---|
params | Params<ParamKey> | The names and values of dynamic parameters in the URL. |
pathname | string | The portion of the URL pathname that was matched. |
pathnameBase | string | The portion of the URL pathname that was matched before child routes. |
route | RouteObjectType | The route object that was used to match. |