The FocusEvent interface represents focus-related events, including blur, focusin, and focusout.
The FocusEvent interface represents focus-related events, including blur, focusin, and focusout.
(constructor & args)
Constructor.
The FocusEvent() constructor returns a newly created web.event.FocusEvent
object with an optional web.EventTarget
. When the event has both a source and a destination, the relatedTarget value must be set to the other target.
See also: https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/FocusEvent
Constructor. The FocusEvent() constructor returns a newly created `web.event.FocusEvent` object with an optional `web.EventTarget`. When the event has both a source and a destination, the relatedTarget value must be set to the other target. See also: `https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/FocusEvent`
(related-target this)
Property.
[Read Only]
The FocusEvent.relatedTarget read-only property is the secondary depending on the type of event:
secondTarget = focusEvent.relatedTarget
See also: https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/relatedTarget
Property. [Read Only] The FocusEvent.relatedTarget read-only property is the secondary depending on the type of event: `secondTarget = focusEvent.relatedTarget` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/relatedTarget`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close