{
  "name": "Display",
  "header": "nativeui/screen.h",
  "type": "Object",
  "namespace": "nu",
  "description": "Information of monitor.",
  "properties": [
    {
      "description": "An unique ID of the monitor.",
      "id": "id",
      "type": {
        "name": "Integer"
      },
      "name": "id"
    },
    {
      "description": "Output device's pixel scale factor.",
      "id": "scalefactor",
      "type": {
        "name": "Number"
      },
      "name": "scaleFactor"
    },
    {
      "platform": [
        "macOS",
        "Windows"
      ],
      "description": "Whether this is an internal display.",
      "id": "internal",
      "type": {
        "name": "Boolean"
      },
      "name": "internal"
    },
    {
      "description": "The display's bounds.",
      "id": "bounds",
      "type": {
        "name": "RectF",
        "id": "rectf"
      },
      "name": "bounds"
    },
    {
      "description": "The work area's bounds.",
      "id": "workarea",
      "type": {
        "name": "RectF",
        "id": "rectf"
      },
      "name": "workArea"
    }
  ],
  "id": "display"
}