We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70097ea + 6f976df commit da1fcd0Copy full SHA for da1fcd0
1 file changed
src/renderers/dom/client/syntheticEvents/SyntheticEvent.js
@@ -51,6 +51,7 @@ var EventInterface = {
51
* @param {object} dispatchConfig Configuration used to dispatch this event.
52
* @param {*} targetInst Marker identifying the event target.
53
* @param {object} nativeEvent Native browser event.
54
+ * @param {DOMEventTarget} nativeEventTarget Target node.
55
*/
56
function SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarget) {
57
this.dispatchConfig = dispatchConfig;
0 commit comments