Back to Devexpress

KeyEventType Type

dashboard-js-devexpress-dot-dashboard-407469b2.md

latest325 B
Original Source

KeyEventType Type

Contains objects that identify a user interaction with the keyboard.

Declaration

ts
export type KeyEventType = "keyup" | "keydown"

Members

NameDescription
"keyup"

Identifies when a key is released.

| | "keydown" |

Identifies when a key is pressed down.

|