You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`_DEFAULT_PAGE_404` (`PageDefinition`) - A page definition of 404 route. It's public but I don't really think you'll need this.
14
-
-`ROUTE_404` (`str`, `ROUTE-404`) - A constant string representing the 404 route type. It's akin to a form of identification.
14
+
-`ROUTE_404` (`str`, `'ROUTE-404'`) - A constant string representing the 404 route type. It's akin to a form of identification.
15
15
16
16
<h2>Public Typehints/Aliases</h2>
17
17
@@ -37,6 +37,7 @@ Minimalistic FletNavigator documentation. Yeah, just like the module itself.<br>
37
37
-`navigate(route: str, args: Arguments=(), parameters: RouteParameters={}) -> None` - Navigate to a specific route. If the navigator is virtual, parameters are not used.
38
38
-`navigate_homepage(args: Arguments=(), parameters: RouteParameters={}) -> None` - Navigate to the homepage. If the navigator is virtual, parameters are not used.
39
39
-`navigate_back(args: Arguments=(), parameters: RouteParameters={}) -> None` - Navigate back to the previous route. If the navigator is virtual, parameters are not used.
0 commit comments