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

# wrappedValue

The underlying value referenced by the bound property.

## Declaration

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

## See Also

### Getting the state

- [projectedValue](swiftui/accessibilityfocusstate/binding/projectedvalue.md)
