PUBLIC
UIEvent
Constructors
Instance Properties
view
Instance Methods
initUIEvent
UIEvent Properties
detail
DOM API
All API
No API set selected.
JavaScript
UIEvent
:
Event
constructor
Spec
Constructors
new
UIEvent
(
type
:
String
,
[
eventInit
:
Object
]
) :
UIEvent
eventInit
: {
bubbles
Boolean
cancelable
Boolean
view
Window
detail
Number
}
Instance Properties
view
:
Window
readonly
Instance Methods
initUIEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
,
view
:
Window
,
detail
:
Number
) :
undefined
UIEvent Properties
detail
:
Number
readonly
home
license
contribute
feedback
Copyright © PUBLIC Contributors