MeasurementChangedEventΒΆ
Class MeasurementChangedEvent
Hierarchy
- WebVisEvent
- MeasurementChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Measurement Changed Event(measurementID: number, progress: MeasurementProgress, visible?: boolean, name?: string): MeasurementChangedEvent -
The MEASUREMENT_CHANGED event occurs if a Measurement has been changed.
Parameters
-
measurementID: number
The ID of the Measurement.
-
progress: MeasurementProgress
The current progress of the Measurement.
-
Optionalvisible: booleanSets the Measurement visibility on the UI.
-
Optionalname: stringThe name of the Measurement.
Returns MeasurementChangedEvent
-
Properties
id
id: number
measurementID
measurementID: number
Optional name
name?: string
progress
progress: MeasurementProgress
Optional transaction Code
transaction Code?: string
Optional transactionID
transactionID?: number
Optional type
type?: EventType
Optional visible
visible?: boolean
MEASUREMENT_CHANGED