RouteInstance

A route handler receives a RouteInstance when a new client-side navigation event occurs. RouteInstance contains location information passed to RouteHandler.update. The route handler uses the RouteInstance to determine which view to show.

PropertyTypeRequired/OptionalDescription
idStringRequiredThe unique identifier for the RouteDefinition.
pageReferencePageReference objectRequiredThe PageReference object for the navigation event.

See Also