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 pathabspath
: the absolute path which is the base href + pathroute_comps
: a list containing the currentRoute
chainparams
: a dictionary containing the params for the route