Add properties as sub-list
authorKevin Sawicki <kevinsawicki@gmail.com>
Thu, 14 Jul 2016 23:02:06 +0000 (16:02 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Thu, 14 Jul 2016 23:02:06 +0000 (16:02 -0700)
docs/api/browser-window.md

index c7ed4aa3d2b21bdfa84e55003f54da322054a8ff..674b0842850f20934f6a3261af6b5e1b1baae98d 100644 (file)
@@ -987,7 +987,11 @@ The `flags` is an array that can include following `String`s:
 
 #### `win.setThumbnailClip(region)` _Windows_
 
-* `region` - Object with `x`, `y`, `width`, and `height` properties.
+* `region` - Object
+  * `x` Integer - x-position of region
+  * `y` Integer - y-position of region
+  * `width` Integer - width of region
+  * `height` Integer - height of region
 
 Sets the region of the window to show as the thumbnail image displayed when
 hovering over the window in the taskbar.