module:KeyboardEvent

Keyboard event class

Constructor

new module:KeyboardEvent(name, target, eventopt)

MouseEvent constructor

Parameters:
NameTypeAttributesDescription
nameString

Name of the event

targetEventEmitter

Component concerned by the event

eventUIEvent<optional>

Original HTML event For the complete list of key values: https://developer.mozilla.org/en/docs/Web/API/KeyboardEvent/key/Key_Values

Extends