Options
Menu

Interface HistoricalNumberEvents

Hierarchy

Index

Events

DELTA

DELTA: string

Emitted when the value of this number changes (but not explicitly set, listen to RealTimeNumberEvents.VALUE for that). The emitted event is an NumberDeltaEvent.

DETACHED

DETACHED: string

Emitted when this element becomes detached, which typically happens when the element is removed from its parent. An ElementDetachedEvent is the actual emitted event.

MODEL_CHANGED

MODEL_CHANGED: string

Emitted when any child element of this element has a change. See ModelChangedEvent for details.

REFERENCE

REFERENCE: string

Emitted when a remote reference is created on this RealTimeElement. See RemoteReferenceCreatedEvent for the actual emitted event.

VALUE

VALUE: string

Emitted when the entire value of a RealTimeNumber is set, meaning its entire contents were replaced (or initially set). See NumberSetValueEvent for the actual emitted event.