跳到主要内容
新架构实战课 实操 + 基建 + 原理全维度包揽,抢先掌握 React Native 新架构精髓 立即查看 >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