[ type ] FocusEvent

Description:

Focus event received by the onFocusEvents() handler callback.

Type: Object

Properties:

Name Type Description

target

object

The component that triggered the event.

type

string

One of focus, blur.

cause

string

One of Unknown, Activation, TraversalForward, TraversalBackward.

temporary

boolean

Indicates if the focus change is temporary or permanent.

Also See: