Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
interface EventData {
  eventName: string;
  object: Observable;
}
Base event data.

Summary

Properties

eventName
object

Properties

eventName

eventName: string
The name of the event.

object

object: Observable
The Observable instance that has raised the event.