KeyDownEventArgs

12 Sep 20251 minute to read

An interface that holds options to control keyDown event in the toolbar.

Properties

cancel boolean

Defines the prevent action.

currentItem HTMLElement

Defines the current Toolbar item.

name string

Specifies name of the event.

nextItem HTMLElement

Defines the next Toolbar item.

originalEvent KeyboardEventArgs

Defines the keyboard event arguments.