@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
@MainActor
@propertyWrapper
public struct ObservedRealmObject<ObjectType>: DynamicProperty
where ObjectType: RealmSubscribable & ThreadConfined & ObservableObject & Equatable
A property wrapper type that subscribes to an observable Realm Object
or List
and invalidates a view whenever the observable object changes.
A wrapper of the underlying observable object that can create bindings to its properties using dynamic member lookup.
See more DeclarationSwift
@MainActor
@dynamicMemberLookup
@frozen
public struct Wrapper
Initialize a RealmState struct for a given thread confined type.
DeclarationSwift
@MainActor
public init(wrappedValue: ObjectType) where ObjectType : RLMObjectBase, ObjectType : Identifiable
Initialize a RealmState struct for a given thread confined type.
Initialize a RealmState struct for a given thread confined type.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4