keydown constant

String const keydown

KeyboardEvent Fired when the user presses a key from the keyboard while the map is focused. Unlike the keypress event, the keydown event is fired for keys that produce a character value and for keys that do not produce a character value.

Implementation

static const keydown = 'keydown';