bf276ecc69
* feat: add new components to Display structure * add internal property * expose colorDepth * add specs
1,004 B
1,004 B
Display Object
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 beavailable
,unavailable
,unknown
.monochrome
Boolean - Whether or not the display is a monochrome display.accelerometerSupport
String - Can beavailable
,unavailable
,unknown
.colorDepth
Number - The number of bits per pixel.depthPerComponent
Number - The number of bits per color component.bounds
Rectanglesize
SizeworkArea
RectangleworkAreaSize
Sizeinternal
Boolean -true
for an internal display andfalse
for an external display
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.