Skip to main content
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