src/services/containerInteraction/container-interaction.service.ts
Properties |
|
Methods |
Accessors |
notifyEvent | ||||||||
notifyEvent(event: EventData)
|
||||||||
Notifies an event to the container component
Parameters :
Returns :
void
|
currentContainerId |
Type : string
|
Current container id of container interaction service |
Private eventEmitted |
Type : Subject<EventData>
|
Default value : new Subject<EventData>()
|
EventEmittedNotification |
getEventEmittedNotification()
|
Gets event emitted notification
Returns :
Observable<EventData>
|