Options
Menu

Interface IModelEvent

A parent interface indicating an event that occurred on a RealTimeModel.

Hierarchy

Implemented by

Index

Properties

Properties

name

name: string

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

src

The RealTimeModel or HistoricalModel on which this event occurred.