Methods
-
getRoutesForUrl() : {Array.<CoreRouter.Route>}
-
Build all routes for the current router query parameter.
Returns:
An array of routes starting from the path for the given router.- Type
- Array.<CoreRouter.Route>
-
getUrlForRoutes(routes) : {string}
-
Build the URL path for the given routes.
Parameters:
Name Type Description routesArray.<CoreRouter.Route> The set of routes from which the URL will be built. Returns:
The full URL representative of the given routes- Type
- string