Instance Property インスタンスプロパティ

projectedValue

A projection of the environment object that creates bindings to its properties using dynamic member lookup. 環境オブジェクトのある投影、それはバインディングをそれのプロパティに対して動的メンバー検索を使って作成します。

Declaration 宣言

var projectedValue: EnvironmentObject<ObjectType>.Wrapper { get }

Discussion 議論

Use the projected value to pass an environment object down a view hierarchy. 投影値を使って、ある環境オブジェクトをビュー階層に伝達してください。

See Also 参照

Getting the Value 値を取得する