Interfaces
EventData
interface EventData { eventName: string; object: Observable; }
Base event data.
Summary
Properties
eventName
The name of the event.
object
object: Observable
The Observable instance that has raised the event.
- Previous
- DownloadedData