Structure

ObservedObject

A property wrapper type that subscribes to an observable object and invalidates a view whenever the observable object changes. あるプロパティラッパー型、それは監視可能オブジェクトを定期購買します、そして監視可能オブジェクトが変化する時はいつでもビューを無効にします。

Declaration 宣言

@propertyWrapper @frozen struct ObservedObject<ObjectType> where ObjectType : ObservableObject

Topics 話題

Creating an Observed Object 監視されるオブジェクトを作成する

Getting the Value 値を取得する

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Model Data モデルデータ