Options
Menu

Interface ObservableModelEvents

The events that could be emitted by a RealTimeModel or HistoricalModel.

Hierarchy

Index

Events

CLOSED

CLOSED: string

Emitted when a model is closed locally. The actual event emitted is a ModelClosedEvent.

DELETED

DELETED: string

Emitted when a model is deleted. The actual event emitted is a ModelDeletedEvent.

VERSION_CHANGED

VERSION_CHANGED: string

Emitted when the version of this model changes. This could happen from a local or remote change to this model. The actual emitted event is a VersionChangedEvent.