---
title: wrappedValue
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/focusedbinding/wrappedvalue
---

# wrappedValue

The unwrapped value for the focus key given the current scope and state of the focused view hierarchy.

## Declaration

```swift
var wrappedValue: Value? { get nonmutating set }
```

## See Also

### Getting the value

- [projectedValue](swiftui/focusedbinding/projectedvalue.md)
