Skip to main content

RouteMatch

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
paramsParams<ParamKey>The names and values of dynamic parameters in the URL.
pathnamestringThe portion of the URL pathname that was matched.
pathnameBasestringThe portion of the URL pathname that was matched before child routes.
routeRouteObjectTypeThe route object that was used to match.