<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/FocusState/Binding",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI10FocusStateV7BindingV"
  },
  "title" : "FocusState.Binding"
}
-->

# FocusState.Binding

A property wrapper type that can read and write a value that indicates
the current focus location.

```
@frozen @propertyWrapper struct Binding
```

## Topics

### Inspecting the binding

[`var projectedValue: FocusState<Value>.Binding`](/documentation/SwiftUI/FocusState/Binding/projectedValue)

A projection of the binding value that returns a binding.

[`var wrappedValue: Value`](/documentation/SwiftUI/FocusState/Binding/wrappedValue)

The underlying value referenced by the bound property.



---

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)