Constructor
new module:KeyboardEvent(name, target, eventopt)
MouseEvent constructor
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
name | String | Name of the event | |
target | EventEmitter | Component concerned by the event | |
event | UIEvent | <optional> | Original HTML event For the complete list of key values: https://developer.mozilla.org/en/docs/Web/API/KeyboardEvent/key/Key_Values |