Structure

FocusedValue

A property wrapper for observing values from the focused view or one of its ancestors. フォーカスされたビューまたはそれの祖先の1つからの監視している値に対するプロパティラッパー。

Declaration 宣言

@propertyWrapper struct FocusedValue<Value>

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 値を取得する

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Focus