We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1029bf3 commit bf15a22Copy full SHA for bf15a22
1 file changed
entries/triggerHandler.xml
@@ -7,8 +7,10 @@
7
<argument name="eventType" type="String">
8
<desc>A string containing a JavaScript event type, such as <code>click</code> or <code>submit</code>.</desc>
9
</argument>
10
- <argument name="extraParameters" optional="true" type="Array">
11
- <desc>An array of additional parameters to pass along to the event handler.</desc>
+ <argument name="extraParameters" optional="true">
+ <type name="Array"/>
12
+ <type name="PlainObject"/>
13
+ <desc>Additional parameters to pass along to the event handler.</desc>
14
15
</signature>
16
<longdesc>
0 commit comments