RoutePropstype
URIParams
| Type | |
|---|---|
URIParams | Type for a set of named URI parameters. |
Props for a component that works as a route in the router.
- Combines
?queryparams from the URL and{placeholder}matches from the route template into one flat string dictionary. - Template placeholder values take precedence over query params with the same name.