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: ShortBUBBLING_PHASE
val BUBBLING_PHASE: ShortCAPTURING_PHASE
val CAPTURING_PHASE: ShortNONE
val NONE: Short