The context passed router middleware.
When matching the route, an array of the capturing groups from the regular expression.
If the matched route has a name
, the matched route name is provided
here.
optional
routerPath: string
Overrides the matched path for future route middleware, when a
routerPath
option is not defined on the Router
options.