---
title: projectedValue
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/wkapplicationdelegateadaptor/projectedvalue
---

# projectedValue

A projection of the observed object that creates bindings to its properties using dynamic member lookup.

## Declaration

```swift
@MainActor @preconcurrency var projectedValue: ObservedObject<DelegateType>.Wrapper { get }
```

## Discussion

Discussion Use the projected value to pass a binding value down a view hierarchy. To get the projectedValue, prefix the property variable with $.

## See Also

### Getting the delegate adaptor

- [wrappedValue](swiftui/wkapplicationdelegateadaptor/wrappedvalue.md)
