We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ed0b5 commit 67c619cCopy full SHA for 67c619c
README.md
@@ -39,14 +39,19 @@ window.setBounds({ x: 0, y: 0 });
39
40
## Object `WindowInfo`
41
42
-- `id` number
43
- `title` string
44
- `processId` string
45
- `path` string - path to executable associated with the window
46
- `bounds` [`Rectangle`](#object-rectangle)
47
- `opacity` number (`Windows`)
48
- `owner` [`Window`](#class-window) (`Windows`) - owner window of the current window
49
+## Object `MonitorInfo`
50
+
51
+- `isPrimary` boolean
52
+- `bounds` [`Rectangle`](#object-rectangle) - the monitor position and bounds
53
+- `workArea` [`Rectangle`](#object-rectangle) - the monitor working area bounds
54
55
## Class `WindowManager`
56
57
### Instance methods
0 commit comments