Contents

init(_:)

A new property wrapper for the given key path.

Declaration

init(_ keyPath: KeyPath<FocusedValues, Value?>)

Parameters

  • keyPath:

    The key path for the focus value to read.

Discussion

The value of the property wrapper is updated dynamically as focus changes and different published values go in and out of scope.