MeasurementChangedEvent#
Class MeasurementChangedEvent
Hierarchy
- WebVisEvent
- MeasurementChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Measurement Changed Event(measurementID, progress, visible?, name?): 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.
-
Optional
visible: booleanSets the Measurement visibility on the UI.
-
Optional
name: stringThe name of the Measurement.
Returns MeasurementChangedEvent
-
Properties
id
id: number
measurementID
measurementID: number
The ID of the Measurement.
Optional
name
name?: string
The name of the Measurement.
progress
The current progress of the Measurement.
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
Optional
visible
visible?: boolean
Sets the Measurement visibility on the UI.
MEASUREMENT_CHANGED