EventData

Example
define([
  "blueconic/api/data/domain/reporting/EventData"
], function(EventData) {
  var eventData = new EventData();
  // ...
});

Properties

current float

The current value.

previous float

The previous value. This value is only available when comparing with a previous period.

targetPerformance float

The target performance.