ia.DataEvent Class
A ia.DataEvent
object.
Constructor
ia.DataEvent
(
-
eventType
-
data
-
geography
-
theme
-
indicator
Parameters:
-
eventType
StringThe event type.
-
data
ObjectThe data group object.
-
geography
ia.GeographyThe geography.
-
theme
ia.ThemeThe theme.
-
indicator
ia.IndicatorThe indicator.
Item Index
Properties
- data
- DATA_CHANGED static
- eventType
- GEOG_CHANGED static
- geography
- indicator
- INDICATOR_CHANGED static
- obj
- theme
- THEME_CHANGED static
Properties
data
Object
The data object.
DATA_CHANGED
String
final
static
Dispatched when the data have changed somehow. This can be if the geography, indicator or filter have changed.
Default: "dataChanged"
eventType
String
The type of event.
GEOG_CHANGED
String
final
static
Dispatched when the geography has changed.
Default: "geogChanged"
INDICATOR_CHANGED
String
final
static
Dispatched when the indicator has changed.
Default: "indicatorChanged"
obj
Object
The object associated with the event.
THEME_CHANGED
String
final
static
Dispatched when the theme has changed.
Default: "themeChanged"