<!--
{
  "availability" : [
    "iOS: 17.5.0 -",
    "iPadOS: 17.5.0 -",
    "macCatalyst: 17.5.0 -",
    "macOS: 14.5.0 -",
    "tvOS: 17.5.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SensoryFeedback/pathComplete",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15SensoryFeedbackV12pathCompleteACvpZ"
  },
  "title" : "pathComplete"
}
-->

# pathComplete

Indicates a drawn path has completed and/or recognized.

```
static let pathComplete: SensoryFeedback
```

## Discussion

Use this to provide feedback for closed shape drawing or similar
actions. It should supplement the user experience, since only some
platforms will play feedback in response to it.

Only plays feedback on iOS.

---

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)