var projectedValue : ObservedObject <DelegateType >.Wrapper
A projection of the observed object that provides bindings to its properties.
Available when
DelegateType
inherits NSObject
, DelegateType
conforms to NSApplicationDelegate
, and DelegateType
conforms to ObservableObject
.