mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2664 from jasonwebster/patch-1
Add additional supported methods to event documentation
(cherry picked from commit b766c62bb9)
This commit is contained in:
@@ -21,7 +21,9 @@ number eventPhase
|
||||
boolean isTrusted
|
||||
DOMEvent nativeEvent
|
||||
void preventDefault()
|
||||
void isDefaultPrevented()
|
||||
void stopPropagation()
|
||||
void isPropagationStopped()
|
||||
DOMEventTarget target
|
||||
number timeStamp
|
||||
string type
|
||||
|
||||
Reference in New Issue
Block a user