EbsRouter.continueRoute

(FintechOS Studio 20.1.3 and later)

Maintains the current 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.continueRoute(newState: IRouterState, config?: IRouteConfig): void
 
Property Type Description
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