kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.electron
/
KeyboardEvent
Keyboard
Event
external
interface
KeyboardEvent
:
Event
(
source
)
Members
Properties
alt
Key
Link copied to clipboard
open
var
altKey
:
Boolean
?
bubbles
Link copied to clipboard
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
open
val
cancelable
:
Boolean
composed
Link copied to clipboard
open
val
composed
:
Boolean
ctrl
Key
Link copied to clipboard
open
var
ctrlKey
:
Boolean
?
current
Target
Link copied to clipboard
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
open
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
open
val
eventPhase
:
Short
is
Trusted
Link copied to clipboard
open
val
isTrusted
:
Boolean
meta
Key
Link copied to clipboard
open
var
metaKey
:
Boolean
?
prevent
Default
Link copied to clipboard
abstract
var
preventDefault
:
(
)
->
Unit
shift
Key
Link copied to clipboard
open
var
shiftKey
:
Boolean
?
target
Link copied to clipboard
open
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
open
val
timeStamp
:
Number
triggered
By
Accelerator
Link copied to clipboard
open
var
triggeredByAccelerator
:
Boolean
?
type
Link copied to clipboard
open
val
type
:
String
Functions
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
prevent
Default
Link copied to clipboard
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
)