Structure

FocusedBinding

A convenience property wrapper for observing and automatically unwrapping state bindings from the focused view or one of its ancestors. フォーカスされたビューまたはそれの祖先の1つからの状態バインディングそれらを監視するまたは自動アンラップすることに対する便宜プロパティラッパー。

Declaration 宣言

@propertyWrapper struct FocusedBinding<Value>

Overview 概要

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. 複数のビューがバインディングそれらを同じキーで出版するならば、ラップされたプロパティは、フォーカスに最も近いビューからのバインディングの値を反映するでしょう。

Topics 話題

Creating the Binding

Getting the Value 値を取得する

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Focus