ObservedResults

@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
@propertyWrapper
public struct ObservedResults<ResultType> : DynamicProperty, BoundCollection where ResultType : RealmSwiftObject, ResultType : ObjectKeyIdentifiable

Realm에서 결과를 검색하는 속성 래퍼 유형입니다.

결과는 환경 값 EnvironmentValues/realmConfiguration 에서 제공하는 영역 구성을 사용합니다.