Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7dd6c87

Browse files
committed
docs(browserTrigger): document eventData.data property
1 parent 17f963c commit 7dd6c87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ngMock/browserTrigger.js

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
* - `charcode`: [charCode](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/charcode)
2929
* for keyboard events (keydown, keypress, and keyup).
3030
*
31+
* - `data`: [data](https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/data) for
32+
* [CompositionEvents](https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent).
33+
*
3134
* - `elapsedTime`: the elapsedTime for
3235
* [TransitionEvent](https://developer.mozilla.org/docs/Web/API/TransitionEvent)
3336
* and [AnimationEvent](https://developer.mozilla.org/docs/Web/API/AnimationEvent).

0 commit comments

Comments
 (0)