<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DeviceHinge/Status-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11DeviceHingeV6StatusV"
  },
  "title" : "DeviceHinge.Status"
}
-->

# DeviceHinge.Status

The status of an individual hinge.

```
struct Status
```

## Topics

### Getting hinge status

[`static var closed: DeviceHinge.Status`](/documentation/SwiftUI/DeviceHinge/Status-swift.struct/closed)

The hinge is closed.

[`static var fullyOpen: DeviceHinge.Status`](/documentation/SwiftUI/DeviceHinge/Status-swift.struct/fullyOpen)

The hinge is open as far as the device allows.

[`static var partiallyOpen: DeviceHinge.Status`](/documentation/SwiftUI/DeviceHinge/Status-swift.struct/partiallyOpen)

The hinge is partially open.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)