[ type ] FocusEvent
Description:
Focus event received by the onFocusEvents() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | One of |
|
string | One of |
|
boolean | Indicates if the focus change is temporary (lost and is expected to return, or gained after being lost tempararily). |
|
boolean | Indicates if the focus was changed by user interaction. If |
