mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add charCode/keyCode/which to key event docs
This commit is contained in:
committed by
Paul O’Shannessy
parent
60b5520fee
commit
f44e8ccd40
@@ -62,14 +62,16 @@ Properties:
|
||||
|
||||
```javascript
|
||||
boolean altKey
|
||||
String char
|
||||
boolean ctrlKey
|
||||
Number charCode
|
||||
String key
|
||||
Number keyCode
|
||||
String locale
|
||||
Number location
|
||||
boolean metaKey
|
||||
boolean repeat
|
||||
boolean shiftKey
|
||||
Number which
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user