VariantHistoryData

This is the model behind the historical variant reporting, as for example used at the insights. The dialogueService can be used to access the data.

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

Extends

Properties

inherited date date

The date of the data.

The data of the variants.