W3cubDocs

/Haxe JavaScript

FocusEvent

package js.html

extends UIEventEvent

Available on js

The FocusEvent interface represents focus-related events like focus, blur, focusin, or focusout.

Documentation FocusEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Constructor

new(typeArg:String, ?focusEventInitDict:Null<FocusEventInit>)

Throws:

null

DOMError

Variables

read onlyrelatedTarget: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–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FocusEvent.html