CustomEvent
Constructors
<init>
Exposes the JavaScript CustomEvent to Kotlin
CustomEvent
(
type
:
String
,
eventInitDict
:
CustomEventInit
=
definedExternally
)
Properties
detail
open
val
detail
:
Any
?
Functions
initCustomEvent
fun
initCustomEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
,
detail
:
Any
?
)
Companion Object Properties
AT_TARGET
val
AT_TARGET
:
Short
BUBBLING_PHASE
val
BUBBLING_PHASE
:
Short
CAPTURING_PHASE
val
CAPTURING_PHASE
:
Short
NONE
val
NONE
:
Short