---
title: Value
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/environmentkey/value
---

# Value

The associated type representing the type of the environment key’s value.

## Declaration

```swift
associatedtype Value
```

## See Also

### Getting the default value

- [defaultValue](swiftui/environmentkey/defaultvalue.md)
