Show:

ia.Event Class

Defined in: ia\events\Event.js:1
Module: ia

An ia.Event object.

Constructor

ia.Event

(
  • eventType
  • obj
)

Parameters:

  • eventType Object

    The event type.

  • obj Object

    The object associated with the event.

Item Index

Properties

CLEAR_SELECTION

String final static

Indicates that the user clicked the mouse button over a canvas but not over an item.

Default: "clearSelection"

eventType

String

The type of event.

LAYER_READY

String final static

Indicates that the layer is ready to be rendered.

Default: "layerReady"

LAYER_VISIBLE_CHANGED

String final static

Indicates that the layer changed.

Default: "layerVisibleChanged"

MAP_READY

String final static

Indicates that the map is ready to be rendered.

Default: "mapReady"

MAP_RESIZE

String final static

Indicates that the map has resized.

Default: "mapResize"

obj

Object

The object associated with the event.

THEMATIC_CHANGED

String final static

Dispatched by a data group when its thematic changes.

Default: "thematicChanged"

THEME_CHANGED

String final static

Dispatched by a theme when it has changed.

Default: "themeChanged"