ia.InteractionEvent Class
An ia.Event object.
Constructor
ia.InteractionEvent
(
-
eventType
-
interactionGroup
-
ids
Parameters:
-
eventType
StringThe event type.
-
interactionGroup
ia.InteractionGroupThe InteractionGroup associated with the event.
-
ids
StringA 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"