package js.html
Available on jsThe
FocusEvent
interface represents focus-related events likefocus
,blur
,focusin
, orfocusout
.Documentation FocusEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
new (typeArg:String, ?focusEventInitDict:FocusEventInit)
Throws:
null |
DOMError |
---|
read only relatedTarget:EventTarget
Is an EventTarget
representing a secondary target for this event. As in some cases (like when tabbing in or out a page), this property may be set to null
for security reasons.
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/FocusEvent.html