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

# wrappedValue

The underlying value referenced by the state variable.

## Declaration

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

## Discussion

Discussion This works identically to State.wrappedValue. note: State.wrappedValue

## See Also

### Getting the value

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