The actual, more granular event.
The RealTimeElement or HistoricalElement whose contents changed.
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.
The Path of the RealTimeElement on which the specific event occurred.
The sessionId corresponding to the session that performed the modification
The user which performed the modification
The ModelChangedEvent is fired by a ObservableElement when a child element has a change. This is a convenience event which you can listen to e.g. within a RealTimeContainerElement when you'd like to know about any changes to the data within.