Edit in GitHubLog an issue

FocusEvent

Extends: Event

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

new FocusEvent(type, eventInit)

Creates an instance of FocusEvent.

ParamType
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()

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.