From f4a160d0fb5545ece726c17bad917aa4df49c45f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 14 Jul 2016 16:02:06 -0700 Subject: [PATCH] Add properties as sub-list --- docs/api/browser-window.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index c7ed4aa3d2..674b084285 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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.