ia.InteractionEvent Class
An ia.Event object.
Constructor
ia.InteractionEvent
(
-
eventType -
interactionGroup -
ids
Parameters:
-
eventTypeStringThe event type.
-
interactionGroupia.InteractionGroupThe InteractionGroup associated with the event.
-
idsStringA list if ids associated with the event.
Item Index
Properties
- eventType
- HIGHLIGHT_CHANGED static
- ids
- obj
- SELECTION_CHANGED static
Properties
eventType
String
The type of event.
HIGHLIGHT_CHANGED
String
final
static
Indicates that the highlight has changed.
Default: "highlightChanged"
ids
String
A list if ids associated with the event.
obj
Object
The object associated with the event.
SELECTION_CHANGED
String
final
static
Indicates that the selection has changed.
Default: "selectionChanged"