feat: add label property to Display objects (#36855)
This commit is contained in:
parent
a7bc579220
commit
2c56a06ad3
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Display Object
|
||||
|
||||
* `id` number - Unique identifier associated with the display.
|
||||
* `label` string - User-friendly label, determined by the platform.
|
||||
* `rotation` number - Can be 0, 90, 180, 270, represents screen rotation in
|
||||
clock-wise degrees.
|
||||
* `scaleFactor` number - Output device's pixel scale factor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue