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

# projectedValue

A binding to the optional value.

## Declaration

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

## Discussion

Discussion The unwrapped value is nil when no focused view hierarchy has published a corresponding binding.

## See Also

### Getting the value

- [wrappedValue](swiftui/focusedbinding/wrappedvalue.md)
