src/session/bq-project/bq-project.component.ts
selector | bq-project |
templateUrl | ./bq-project.component.html |
Inputs |
Outputs |
constructor(dispatcher: Dispatcher, actions$: Actions, resumer: ResumeSessionStrategy)
|
||||||||||||
Parameters :
|
channel
|
Type : |
flow
|
Specifies the flow to start. Required together with project, unless a shortcut is specified.
Type : |
languageCode
|
Type : |
parameters
|
Additional parameters to start the project with. Can be used in conjunction with AQ_GetRequestParameters service.
Type : |
sessionId
|
Specifies a raw session id to resume as alternative to starting a shortcut or project
Type : |
sessionName
|
The name of the session to start.
Default value : |
version
|
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
|
forbidden
|
This event is emitted when the project could not be started because the current user is unauthorized. $event Type: EventEmitter
|
loaded
|
This event is emitted when the project has been 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
|
unauthorized
|
This event is emitted when the project could not be started because the current user is not logged in. $event Type: EventEmitter
|