CompositionEvent
Constructors
<init>
Exposes the JavaScript CompositionEvent to Kotlin
CompositionEvent(
type: String,
eventInitDict: CompositionEventInit = definedExternally)
Properties
data
open val data: String
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