---
title: projectedValue
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/focusstate/binding/projectedvalue
---

# projectedValue

A projection of the binding value that returns a binding.

## Declaration

```swift
var projectedValue: FocusState<Value>.Binding { get }
```

## Discussion

Discussion Use the projected value to pass a binding value down a view hierarchy.

## See Also

### Inspecting the binding

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