AgnosticRouteMatch

A RouteMatch contains info about how a route matched a URL.

Inheritors

Properties

Link copied to clipboard
abstract var params: Params

The names and values of dynamic parameters in the URL.

Link copied to clipboard
abstract var pathname: String

The portion of the URL pathname that was matched.

Link copied to clipboard
abstract var pathnameBase: String

The portion of the URL pathname that was matched before child routes.

Link copied to clipboard
abstract var route: RouteObjectType

The route object that was used to match.