Contents

projectedValue

A binding to the optional value.

Declaration

var projectedValue: Binding<Value?> { get }

Discussion

The unwrapped value is nil when no focused view hierarchy has published a corresponding binding.

See Also

Getting the value