Data

data : This object holds all the relevant data for the current TLV execution. It's provided as easier access to the data than querying the DOM itself, and its structure is as follows:

data: {
 
name: "PTA.ExampleTLV",
startTime: {
tzId: "America/New_York",
date: "2014-04-01T23:59:59",
tzCode: "EDT"
},
endTime: {
tzId: "America/New_York",
date: "2014-03-26T00:00:00",
tzCode: "EDT"
},
dataMeasures: {
DMA: {
values: [ 0, 0, 0, 0, 0, 0, 0 ],
hidden: false,
name: "DMA",
children: [ "DMB", "DMC" ],
bucketization: "DAILY",
}
},
filterValues: {
DateRange: {
to: {
tzId: "America/New_York",
date: "2014-04-01T23:59:59",
tzCode: "EDT"
},
from: {
tzId: "America/New_York",
date: "2014-03-26T00:00:00",
tzCode: "EDT"
}
}
}
}