Contents

FocusedValue

A property wrapper for observing values from the focused view or one of its ancestors.

Declaration

@propertyWrapper struct FocusedValue<Value>

Mentioned in

Overview

If multiple views publish values using the same key, the wrapped property will reflect the value from the view closest to focus.

Topics

Creating the value

Getting the value

See Also

Managing focus state