Show:

ia.InteractionEvent Class

Extends ia.Event
Module: ia

An ia.Event object.

Constructor

ia.InteractionEvent

(
  • eventType
  • interactionGroup
  • ids
)

Parameters:

  • eventType String

    The event type.

  • interactionGroup ia.InteractionGroup

    The InteractionGroup associated with the event.

  • ids String

    A list if ids associated with the event.

Item Index

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"