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