new KeyboardEvent(type, target)
The class defines all keyboard events that might occur inside the map, and
dispatched by the map or any visual map component.
Parameters:
Name | Type | Description |
---|---|---|
type |
String | The event type |
target |
Object | The event target |
Returns:
An object of KeyboardEvent
Extends
Members
-
<static, constant> KEY_DOWN :String
-
<static, constant> KEY_UP :String
-
event :KeyboardEvent
-
evt :Object
-
target :Object
-
type :String