跳到主要内容
Version: 0.81

TargetEvent 对象类型

TargetEvent 对象作为焦点变化的结果在回调中返回,例如 TextInput 组件中的 onFocusonBlur

示例

{
target: 1127
}

属性与值

target

接收 TargetEvent 的元素的节点 ID。

TypeOptional
number, null, undefinedNo

被下列组件引用