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

# wrappedValue

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

## Declaration

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

## Discussion

Discussion Returns nil when nothing in the focused view hierarchy exports a value.
