Contents

projectedValue

The property for which this instance exposes a publisher.

Declaration

var projectedValue: Published<Value>.Publisher { mutating get set }

Discussion

The projectedValue is the property accessed with the $ operator.

See Also

Publishing the value