🚨 Disclaimer: Routify 3 is currently in Release Candidate stage.
Please be aware that while the documentation is comprehensive, it may contain inaccuracies or errors. The codebase is also subject to changes that could affect functionality. We appreciate your understanding and welcome any feedback or contributions.
api
Classes
Route
API
prop | type | description |
---|---|---|
meta | object | Metadata of all nodes of the route |
fragments | RouteFragment[] | Fragments of the route |
leaf | RouteFragment | The leaf fragment of the route |
params | object | All parameters of the route (fragmentParams + queryParams) |
fragmentParams | object | All parameters of the route fragments |
queryParams | object | All parameters from the URL query |