Skip to content

Commit d69657b

Browse files
jimfbzpao
authored andcommitted
Merge pull request #5142 from MaxPRafferty/add-selection-and-composition-events-on-reference-page
Add selection and composition events on reference page (cherry picked from commit 37c71a6)
1 parent 8812c6b commit d69657b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/docs/ref-05-events.md

+25
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,22 @@ DOMDataTransfer clipboardData
8282
```
8383

8484

85+
### Composition Events
86+
87+
Event names:
88+
89+
```
90+
onCompositionEnd onCompositionStart onCompositionUpdate
91+
```
92+
93+
Properties:
94+
95+
```javascript
96+
string data
97+
98+
```
99+
100+
85101
### Keyboard Events
86102

87103
Event names:
@@ -166,6 +182,15 @@ boolean shiftKey
166182
```
167183

168184

185+
### Selection events
186+
187+
Event names:
188+
189+
```
190+
onSelect
191+
```
192+
193+
169194
### Touch events
170195

171196
Event names:

0 commit comments

Comments
 (0)