Options
Menu

Class VersionChangedEvent

Emitted when a RealTimeModel's version changes. Subscribe to this directly on a RealTimeModel rather than a RealTimeElement within.

Note that on a local change, this won't be fired until the version is updated on the server and a response message sent back to the client.

Hierarchy

  • VersionChangedEvent

Implements

Index

Properties

Properties

name

name: string = VersionChangedEvent.NAME

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 whose version just changed

version

version: number

NAME

NAME: "version_changed" = "version_changed"