Automatically passed to children of Routes and from routeRender
prop.
The router history. (same as router.history
).
The match params of the parent Route's path.
RouterHistory
The previously applied action. ("PUSH", "POP", "REPLACE")
Returns an Integer representing the number of elements in the session history, including the currently loaded page.
The current location.
The window that this history is attached to.
Prompt
LocationSegments
The current hash.
The key of the location.
The path from root.
The contents of the search params.
A tuple of [x, y] scroll position.
The current search string.
Any state that has been attached to the current location.
Listener
MatchResults
If the match was done with exact matching.
The params that were extracted from the url.
The path matcher this was matched against.
The url that was passed to the matcher.