Help prepare for 2025 → Answer 8 simple questions on our Fall Survey
Open Survey
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.