src/session/dcm/open_tab.ts
This service is responsible for opening a new tab that shows the provided Blueriq session. By default, the sessionId is composed into an URL which is opened in a new window. The exact specification of the route can be specified in the BlueriqModule.forRoot import using the BlueriqConfig.sessionRoute configuration option, or alternatively the SessionRouteProvider service can be provided to implement more advanced use-cases.
Methods |
constructor(sessionRouteProvider: SessionRouteProvider, locationStrategy: LocationStrategy)
|
|||||||||
Parameters :
|
open | ||||||
open(sessionId: SessionId)
|
||||||
Parameters :
Returns :
void
|