FocusEvent
Extends: Event
See: https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent
- FocusEvent
- new FocusEvent(type, eventInit)
- .relatedTarget
- .type
- .isTrusted :
boolean - .target :
Node - .currentTarget :
Node - .bubbles :
boolean - .cancelable :
boolean - .eventPhase
- .defaultPrevented :
boolean - .returnValue :
* - .preventDefault()
- .stopImmediatePropagation()
- .stopPropagation()
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
