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.
Methods |
constructor(sessionRoute: string, locationStrategy: LocationStrategy)
|
|||||||||
Parameters :
|
open | ||||||
open(sessionId: SessionId)
|
||||||
Parameters :
Returns :
void
|