From 592ef0416cbc485e72e18d52853813b47d5aa6e9 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Required function which renders the scene for a given route. Will be
invoked with the route and the navigator object.
Styles to apply to the container of each scene.
Reset every scene with an array of routes.
| Name and Type | Description |
|---|---|
| nextRouteStack RouteStack | Next route stack to reinitialize. -All existing route stacks are destroyed an potentially recreated. There +All existing route stacks are destroyed and potentially recreated. There is no accompanying animation and this method immediately replaces and re-renders the navigation bar and the stack items. |
Transition to an existing scene without unmounting.
| Name and Type | Description |
|---|---|
| route object | Route to transition to. The specified route must
be in the currently mounted set of routes defined in |
Jump forward to the next scene in the route stack.
Jump backward without unmounting the current scene.
Navigate forward to a new scene, squashing any scenes that you could