mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
docs: Delete Mutation Events (onCharacterDOMModified)
This commit is contained in:
committed by
Paul O’Shannessy
parent
24da1c0023
commit
c994cc24c3
@@ -128,25 +128,6 @@ boolean shiftKey
|
||||
```
|
||||
|
||||
|
||||
### Mutation Events
|
||||
|
||||
Event names:
|
||||
|
||||
```
|
||||
onDOMCharacterDataModified
|
||||
```
|
||||
|
||||
Properties:
|
||||
|
||||
```javascript
|
||||
Number attrChange
|
||||
String attrName
|
||||
String newValue
|
||||
String prevValue
|
||||
Node relatedNode
|
||||
```
|
||||
|
||||
|
||||
### Touch events
|
||||
|
||||
To enable touch events, call `React.initializeTouchEvents(true)` before
|
||||
|
||||
Reference in New Issue
Block a user