RouteInterceptorScope

class RouteInterceptorScope(pathQueryAndFragment: String)(source)

Scope provided backing the handler for Router.addRouteInterceptor.

Through this scope, various parts of a route are exposed and can be set.

Constructors

Link copied to clipboard
constructor(pathQueryAndFragment: String)

Properties

Link copied to clipboard

The fragment part of a route, if present, or null otherwise.

Link copied to clipboard

The path part of a route.

Link copied to clipboard

The full route, built up of all the other parts of this scope.

Link copied to clipboard

A map of query parameters.