mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Move reused object structures to a standard structures folder
This commit is contained in:
committed by
Zeke Sikelianos
parent
4d7050553c
commit
03979936f3
15
docs/api/structures/display.md
Normal file
15
docs/api/structures/display.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Display
|
||||
|
||||
* `id` Integer - Unique identifier associated with the display.
|
||||
* `rotation` Integer - 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
|
||||
* `size` Object
|
||||
* `workArea` Object
|
||||
* `workAreaSize` Object
|
||||
|
||||
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
|
||||
a remote, virtual display.
|
||||
Reference in New Issue
Block a user