JavaScripture
Contribute via GitHub Feedback

FocusEvent : UIEvent

Constructors

new FocusEvent(type : String, [eventInit : Object]) : Event
eventInit : {
bubbles :Boolean
cancelable :Boolean
view :Window
detail :Number
relatedTarget :Element
}

Instance Properties

view : Window  

Instance Methods

initUIEvent(type : String, bubbles : Boolean, cancelable : Boolean, view : Window, detail : Number) : undefined

FocusEvent Properties

detail : Number