Skip to content

Commit ac68390

Browse files
committed
Fix ScriptUI.events.createEvent params table
1 parent 6b0df28 commit ac68390

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/user-interface-tools/scriptui-class.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@ See [Registering event listeners for windows or controls](defining-behavior-with
179179
+-------------+--------+----------------------------+
180180
| Parameter | Type | Description |
181181
+=============+========+============================+
182-
| `eventType` | String | The type of event, one of: |
182+
| `eventType` | String | The type of event. One of: |
183+
| | | |
183184
| | | - `UIEvent` |
184185
| | | - `KeyboardEvent` |
185186
| | | - `MouseEvent` |
186-
| ----------- | ------ | -------------------------- |
187+
+-------------+--------+----------------------------+
187188

188189
#### Returns
189190

0 commit comments

Comments
 (0)