---
title: FocusState.Binding
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/focusstate/binding
---

# FocusState.Binding

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

## Declaration

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

## Topics

### Inspecting the binding

- [projectedValue](swiftui/focusstate/binding/projectedvalue.md)
- [wrappedValue](swiftui/focusstate/binding/wrappedvalue.md)

## See Also

### Inspecting the focus state

- [projectedValue](swiftui/focusstate/projectedvalue.md)
- [wrappedValue](swiftui/focusstate/wrappedvalue.md)
