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
|
```javascript
|
||||||
boolean altKey
|
boolean altKey
|
||||||
String char
|
|
||||||
boolean ctrlKey
|
boolean ctrlKey
|
||||||
|
Number charCode
|
||||||
String key
|
String key
|
||||||
|
Number keyCode
|
||||||
String locale
|
String locale
|
||||||
Number location
|
Number location
|
||||||
boolean metaKey
|
boolean metaKey
|
||||||
boolean repeat
|
boolean repeat
|
||||||
boolean shiftKey
|
boolean shiftKey
|
||||||
|
Number which
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user