Options
Menu

Interface IValueChangedEvent

The IValueChangedEvent is the parent interface to all events fired by individual model elements when their data changes.

Hierarchy

Implemented by

Index

Properties

element

element: ObservableElement<any>

The RealTimeElement or HistoricalElement whose contents changed.

local

local: boolean

True if the change occurred locally (within the current session)

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.

sessionId

sessionId: string

The sessionId corresponding to the session that performed the modification

user

The user which performed the modification