kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.events
/
UIEventInit
UIEvent
Init
JS
external
interface
UIEventInit
:
EventInit
Properties
Inheritors
Properties
bubbles
Link copied to clipboard
JS
open
var
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
JS
open
var
cancelable
:
Boolean
?
composed
Link copied to clipboard
JS
open
var
composed
:
Boolean
?
detail
Link copied to clipboard
JS
open
var
detail
:
Int
?
view
Link copied to clipboard
JS
open
var
view
:
Window
?
Inheritors
FocusEventInit
Link copied to clipboard
EventModifierInit
Link copied to clipboard
InputEventInit
Link copied to clipboard
CompositionEventInit
Link copied to clipboard