Skip to main content
This is unreleased documentation for React Native Next version.
For up-to-date documentation, see the latest version (0.80).
Version: Next

TargetEvent Object Type

TargetEvent object is returned in the callback as a result of focus change, for example onFocus or onBlur in the TextInput component.

Example

{
target: 1127
}

Keys and values

target

The node id of the element receiving the TargetEvent.

TypeOptional
number, null, undefinedNo

Used by