src/session/bq-session/bq-session.component.ts
providers |
BlueriqSession
|
selector | bq-session |
templateUrl | ./bq-session.component.html |
Properties |
Inputs |
Outputs |
constructor(sessionRegistry: SessionRegistry, actions$: Actions, scopedSession: BlueriqSession)
|
||||||||||||
Parameters :
|
sessionName
|
The name of the session to show. The session is assumed to have been started from outside of the component. The session does not need to be available immediately, the session's registration in the global SessionRegistry will be automatically picked up.
Type : |
error
|
This event is emitted when an error of some sort occurred for the session. $event Type: EventEmitter
|
expired
|
This event is emitted when the shown session has expired. $event Type: EventEmitter
|
flowEnded
|
This event is emitted when the current session's flow has ended. $event Type: EventEmitter
|
loaded
|
This event is emitted when the session has loaded. This event may emit multiple times, for instance when AQ_StartProject is used to start a new project, a new Blueriq session is loaded. $event Type: EventEmitter
|