Document Solutions Image Viewer
System
Light
Dark
Search…
Preparing search index...
WindowKeyboardListener
Interface WindowKeyboardListener
Window keyboard listener handler interface.
interface
WindowKeyboardListener
{
onKeyDown
:
(
e
:
KeyboardEvent
,
params
:
WindowKeyboardListenerParams
,
)
=>
any
;
onKeyUp
:
(
e
:
KeyboardEvent
,
params
:
WindowKeyboardListenerParams
)
=>
any
;
}
Properties
on
Key
Down
onKeyDown
:
(
e
:
KeyboardEvent
,
params
:
WindowKeyboardListenerParams
)
=>
any
Called when key pressed.
on
Key
Up
onKeyUp
:
(
e
:
KeyboardEvent
,
params
:
WindowKeyboardListenerParams
)
=>
any
Called when key released.
Properties
on
Key
Down
on
Key
Up
Document Solutions Image Viewer - v9.1.3
Loading...
Window keyboard listener handler interface.