{
  "name": "Separator",
  "component": "gui",
  "header": "nativeui/separator.h",
  "type": "Class",
  "namespace": "nu",
  "inherit": {
    "name": "View",
    "id": "view"
  },
  "description": "A horizontal or vertical line.",
  "class_methods": [
    {
      "signature": {
        "returnType": {
          "name": "Separator",
          "id": "separator"
        },
        "name": "create",
        "parameters": [
          {
            "type": {
              "name": "Orientation",
              "id": "orientation"
            },
            "name": "orientation"
          }
        ],
        "shortStr": "create(orientation)",
        "str": "create(orientation)"
      },
      "description": "Create a new `Separator` with `orientation`.",
      "id": "create-orientation"
    }
  ],
  "module": "yue.gui",
  "id": "separator"
}