About
Support
Developer Guide
Version 38.126.82.69
Preparing search index...
The search index is not available
OpenFin JavaScript API
OpenFin JavaScript API
OpenFin
Events
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
alt
Key
:
boolean
code
code
:
string
Optional
command
command
?:
string
ctrl
Key
ctrl
Key
:
boolean
input
Type
input
Type
:
"keyUp"
|
"keyDown"
key
key
:
string
meta
Key
meta
Key
:
boolean
repeat
repeat
:
boolean
shift
Key
shift
Key
:
boolean
Settings
Theme
OS
Light
Dark
On This Page
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.