mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Merge pull request #2664 from jasonwebster/patch-1
Add additional supported methods to event documentation
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