Route

class RouteSnapshot(path, abspath, rcomps, module, **kwargs)

Contains the details of a route. Used to keep the details of the active route at each moment in time

Attributes:

  • path: the requested path

  • abspath: the absolute path which is the base href + path

  • route_comps: a list containing the current Route chain

  • params: a dictionary containing the params for the route