You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`TargetEvent` object is returned in the callback as a result of focus change, for example `onFocus` or `onBlur` in the [TextInput](textinput) component.
7
+
8
+
## Example
9
+
10
+
```
11
+
{
12
+
target: 1127
13
+
}
14
+
```
15
+
16
+
## Keys and values
17
+
18
+
### `target`
19
+
20
+
The node id of the element receiving the TargetEvent.
0 commit comments