init(KeyPath <FocusedValues , Binding<Value>?>)
A new property wrapper for the given key path.
与えられたキーパスに対する新しいプロパティラッパー。
Availability 有効性
Technology
@propertyWrapper struct FocusedBinding<Value>
If multiple views publish bindings using the same key, the wrapped property will reflect the value of the binding from the view closest to focus. 複数のビューがバインディングそれらを同じキーで出版するならば、ラップされたプロパティは、フォーカスに最も近いビューからのバインディングの値を反映するでしょう。
init(KeyPath <FocusedValues , Binding<Value>?>)
var projectedValue : Binding<Value?>
var wrappedValue : Value?
struct FocusState
struct FocusedValue
struct FocusedValues
protocol FocusedValueKey