Liking cljdoc? Tell your friends :D

web.event.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.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`
sourceraw docstring

(related-target this)

Property.

The FocusEvent.relatedTarget read-only property is the secondary depending on the type of event. In some cases, like when tabbing or out of a page, this property may be set to null for security

secondTarget = focusEvent.relatedTarget

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

Property.

The FocusEvent.relatedTarget read-only property is the secondary
depending on the type of event. In some cases, like when tabbing
or out of a page, this property may be set to null for security

`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 is the secondary depending on the type of event. In some cases, like when tabbing or out of a page, this property may be set to null for security

secondTarget = focusEvent.relatedTarget

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

Property.

The FocusEvent.relatedTarget read-only property is the secondary
depending on the type of event. In some cases, like when tabbing
or out of a page, this property may be set to null for security

`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