Contents

projectedValue

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

Declaration

@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 $.

See Also

Getting the delegate adaptor