TargetEvent 对象类型
TargetEvent
对象作为焦点变化的结果在回调中返回,例如 TextInput 组件中的 onFocus
或 onBlur
。
¥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
接收 TargetEvent 的元素的节点 ID。
¥The node id of the element receiving the TargetEvent.
类型 | 可选的 |
---|---|
编号,null ,undefined | 不 |
使用者
¥Used by