Back to React Native

TargetEvent Object Type

website/versioned_docs/version-0.81/targetevent.md

latest510 B
Original Source

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