Static helper method to create a new instance of Route
Route properties
Initial state
Merges specified state to current route state
Returns Route's current state
Simple Object representation of the route
String representation of the route
Returns redirection path
Builds a route's view. This method is called whenever router is routing into that path. There are some exceptions:
Not the root router, the router which the route belongs to.
view = null - If the route has been built once, the previous view (page) is given. Otherwise it is null. If view is not null, returning the view back makes it singleton.
If Route has a path or not
Checks if the specified url match to the route path
Returns route path as string
Clones route's path and returns
Helper method to return excat path of the component
Handles route is matched and displayed
Handles that route is removed by router
Generated using TypeDoc
Route implementation
1.0.0