<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SensoryFeedback/Weight",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15SensoryFeedbackV6WeightV"
  },
  "title" : "SensoryFeedback.Weight"
}
-->

# SensoryFeedback.Weight

The weight to be represented by a type of feedback.

```
struct Weight
```

## Overview

`Weight` values can be passed to
`SensoryFeedback.impact(weight:intensity:)`.

## Topics

### Getting flexibility values

[`static let light: SensoryFeedback.Weight`](/documentation/SwiftUI/SensoryFeedback/Weight/light)

Indicates a collision between small or lightweight UI objects.

[`static let medium: SensoryFeedback.Weight`](/documentation/SwiftUI/SensoryFeedback/Weight/medium)

Indicates a collision between medium-sized or medium-weight UI
objects.

[`static let heavy: SensoryFeedback.Weight`](/documentation/SwiftUI/SensoryFeedback/Weight/heavy)

Indicates a collision between large or heavyweight UI objects.

## Relationships

### Conforms To

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

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

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

---

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)