MeasurementChangedEventΒΆ

Class MeasurementChangedEvent

MEASUREMENT_CHANGED

Hierarchy

Constructors

  • 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: boolean

      Sets the Measurement visibility on the UI.

    • Optional name: string

      The name of the Measurement.

    Returns MeasurementChangedEvent

Properties

id: number
measurementID: number

The ID of the Measurement.

name?: string

The name of the Measurement.

The current progress of the Measurement.

transactionCode?: string
transactionID?: number
type?: EventType
visible?: boolean

Sets the Measurement visibility on the UI.