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:
Constructor
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.