We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622c78e commit 06e4ce4Copy full SHA for 06e4ce4
entries/one.xml
@@ -8,7 +8,7 @@
8
<desc>A string containing one or more JavaScript event types, such as "click" or "submit," or custom event names.</desc>
9
</argument>
10
<argument name="data" type="PlainObject" optional="true">
11
- <desc>An object containing data that will be passed to the event handler.</desc>
+ <desc>Data to be passed to the handler in <a href="/event.data/"><code>event.data</code></a> when an event is triggered.</desc>
12
13
<argument name="handler" type="Function">
14
<desc>A function to execute at the time the event is triggered.</desc>
0 commit comments