mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update docs for parsing
This commit is contained in:
committed by
Zeke Sikelianos
parent
b859afc118
commit
2b05c61ae3
@@ -1,14 +1,18 @@
|
||||
# Display
|
||||
|
||||
* `id` Integer - Unique identifier associated with the display.
|
||||
* `rotation` Integer - Can be 0, 90, 180, 270, represents screen rotation in
|
||||
* `id` Number - Unique identifier associated with the display.
|
||||
* `rotation` Number - Can be 0, 90, 180, 270, represents screen rotation in
|
||||
clock-wise degrees.
|
||||
* `scaleFactor` Number - Output device's pixel scale factor.
|
||||
* `touchSupport` String - Can be `available`, `unavailable`, `unknown`.
|
||||
* `bounds` Object
|
||||
* `bounds` [Bounds](bounds.md)
|
||||
* `size` Object
|
||||
* `workArea` Object
|
||||
* `height` Number
|
||||
* `width` Number
|
||||
* `workArea` [Bounds](bounds.md)
|
||||
* `workAreaSize` Object
|
||||
* `height` Number
|
||||
* `width` Number
|
||||
|
||||
The `Display` object represents a physical display connected to the system. A
|
||||
fake `Display` may exist on a headless system, or a `Display` may correspond to
|
||||
|
||||
Reference in New Issue
Block a user