About
Support
Developer Guide
Version 47.154.100.2
OpenFin JavaScript API
Preparing search index...
OpenFin
WindowEvents
InputEvent
Interface InputEvent
Generated when the value of the element changes.
interface
InputEvent
{
altKey
:
boolean
;
code
:
string
;
command
?:
string
;
ctrlKey
:
boolean
;
inputType
:
"keyUp"
|
"keyDown"
;
key
:
string
;
metaKey
:
boolean
;
repeat
:
boolean
;
shiftKey
:
boolean
;
}
Index
Properties
alt
Key
code
command?
ctrl
Key
input
Type
key
meta
Key
repeat
shift
Key
Properties
alt
Key
altKey
:
boolean
code
code
:
string
Optional
command
command
?:
string
ctrl
Key
ctrlKey
:
boolean
input
Type
inputType
:
"keyUp"
|
"keyDown"
key
key
:
string
meta
Key
metaKey
:
boolean
repeat
repeat
:
boolean
shift
Key
shiftKey
:
boolean
Settings
Theme
OS
Light
Dark
On This Page
Properties
alt
Key
code
command
ctrl
Key
input
Type
key
meta
Key
repeat
shift
Key
OpenFin JavaScript API
Loading...
Generated when the value of the element changes.