EbsRouter.callRoute

(FintechOS Studio 20.1.3 and later)

Changes the route and navigates to the specified page.

HINT  
This function allows navigation when the FintechOS Portal is either in Single Page Application mode (see EbsRouter for details) or in legacy mode. On environments that operate in legacy mode, make sure you provide the legacyUrl property in the optional config parameter.

Syntax

Copy
EbsRouter.callRoute(route: EbsRouteName, newState: IRouterState, config?: IRouteConfig): void
 
Property Type Description
route EbsRouteName One of the location hashes available in Single Page Application mode (the route).
newState IRouterState Identification information for the page (the state).
config (optional) IRouteConfig Optional configurations for backward compatibility, pop-up windows, and fallback routes.

Type Aliases

Examples