Specifies some detail information about the Event, depending on the type of event.
Specifies some detail information about the Event, depending on the type of event. The un-initialized value of this attribute must be 0.
If you want to access the event properties in an asynchronous way, call this on the event, which will remove the synthetic event from the pool and allow references to the event to be retained by user code.
If you want to access the event properties in an asynchronous way, call this on the event, which will remove the synthetic event from the pool and allow references to the event to be retained by user code.
Stops the default action of an element from happening.
Stops the default action of an element from happening. For example: Prevent a submit button from submitting a form Prevent a link from following the URL
Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.
Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.
The view attribute identifies the AbstractView from which the event was generated.
The view attribute identifies the AbstractView from which the event was generated. The un-initialized value of this attribute must be null.
https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticFocusEvent.js