kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
ErrorEvent
Error
Event
JS
open
external
class
ErrorEvent
(
type
:
String
,
eventInitDict
:
ErrorEventInit
=
definedExternally
)
:
Event
Exposes the JavaScript
ErrorEvent
to Kotlin
Types
Constructors
Functions
Properties
Constructors
Error
Event
Link copied to clipboard
JS
fun
ErrorEvent
(
type
:
String
,
eventInitDict
:
ErrorEventInit
=
definedExternally
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Functions
composed
Path
Link copied to clipboard
JS
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
JS
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
prevent
Default
Link copied to clipboard
JS
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
JS
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
JS
fun
stopPropagation
(
)
Properties
bubbles
Link copied to clipboard
JS
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
JS
open
val
cancelable
:
Boolean
colno
Link copied to clipboard
JS
open
val
colno
:
Int
composed
Link copied to clipboard
JS
open
val
composed
:
Boolean
current
Target
Link copied to clipboard
JS
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
JS
open
val
defaultPrevented
:
Boolean
error
Link copied to clipboard
JS
open
val
error
:
Any
?
event
Phase
Link copied to clipboard
JS
open
val
eventPhase
:
Short
filename
Link copied to clipboard
JS
open
val
filename
:
String
is
Trusted
Link copied to clipboard
JS
open
val
isTrusted
:
Boolean
lineno
Link copied to clipboard
JS
open
val
lineno
:
Int
message
Link copied to clipboard
JS
open
val
message
:
String
target
Link copied to clipboard
JS
open
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
JS
open
val
timeStamp
:
Number
type
Link copied to clipboard
JS
open
val
type
:
String