<!--
{
  "availability" : [
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/WKApplicationDelegateAdaptor/projectedValue",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI28WKApplicationDelegateAdaptorVAA7Combine16ObservableObjectRzrlE14projectedValueAA08ObservedH0V7WrapperVyx_Gvp"
  },
  "title" : "projectedValue"
}
-->

# projectedValue

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

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

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)