Skip to content

Latest commit

 

History

History
105 lines (61 loc) · 2.42 KB

File metadata and controls

105 lines (61 loc) · 2.42 KB

FocusEvent

Extends: Event

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

new FocusEvent(type, eventInit)

Creates an instance of FocusEvent.

Param Type
type \*
eventInit \*

focusEvent.relatedTarget

Read only

focusEvent.type

Read only

focusEvent.isTrusted : boolean

Read only

focusEvent.target : Node

Read only

focusEvent.currentTarget : Node

Read only

focusEvent.bubbles : boolean

Read only

focusEvent.cancelable : boolean

Read only

focusEvent.eventPhase

Read only

focusEvent.defaultPrevented : boolean

Read only

focusEvent.returnValue : \*

focusEvent.preventDefault()

focusEvent.stopImmediatePropagation()

focusEvent.stopPropagation()