Class: MapDecorationEvent

OM.event. MapDecorationEvent


new MapDecorationEvent(type, target)

The class defines all events that may be dispatched by a map decoration.

Parameters:
Name Type Description
type String

The event type

target Object

The event target

Returns:

An object of MapDecorationEvent

Type
OM.event.MapDecorationEvent

Extends

Members


evt :Object

The original event, if applicable

Type:
  • Object
Inherited From:

target :Object

The component that dispatches the event.

Type:
  • Object
Inherited From:

type :String

Type of the event.

Type:
  • String
Inherited From: