|
@@ -978,7 +978,7 @@ Closes the currently open [Quick Look][quick-look] panel.
|
|
|
|
|
|
#### `win.setBounds(bounds[, animate])`
|
|
|
|
|
|
-* `bounds` [Rectangle](structures/rectangle.md)
|
|
|
+* `bounds` Partial<[Rectangle](structures/rectangle.md)>
|
|
|
* `animate` Boolean (optional) _macOS_
|
|
|
|
|
|
Resizes and moves the window to the supplied bounds. Any properties that are not supplied will default to their current values.
|