Liking cljdoc? Tell your friends :D

web.FocusEvent

The FocusEvent interface represents focus-related events, including blur, focusin, and focusout.

The FocusEvent interface represents focus-related events, including
blur, focusin, and focusout.
raw docstring

constructorcljs

Constructor.

The FocusEvent() constructor returns a newly created web.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.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`
sourceraw docstring

(related-target this)

Property.

The FocusEvent.relatedTarget read-only property represents a target for this event, which will depend on the event itself. some cases (like when tabbing in or out of a page), this property be set to null for security reasons.

secondTarget = focusEvent.relatedTarget

See also: https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/relatedTarget

Property.

The FocusEvent.relatedTarget read-only property represents a
target for this event, which will depend on the event itself.
some cases (like when tabbing in or out of a page), this property
be set to null for security reasons.

`secondTarget = focusEvent.relatedTarget`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/relatedTarget`
sourceraw docstring

(set-related-target! this val)

Property.

The FocusEvent.relatedTarget read-only property represents a target for this event, which will depend on the event itself. some cases (like when tabbing in or out of a page), this property be set to null for security reasons.

secondTarget = focusEvent.relatedTarget

See also: https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/relatedTarget

Property.

The FocusEvent.relatedTarget read-only property represents a
target for this event, which will depend on the event itself.
some cases (like when tabbing in or out of a page), this property
be set to null for security reasons.

`secondTarget = focusEvent.relatedTarget`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/relatedTarget`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close