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

projectedValue

A binding to the request’s mutable configuration properties.

Declaration 宣言

var projectedValue: Binding<SectionedFetchRequest<SectionIdentifier, Result>.Configuration> { get }

Discussion 議論

This property behaves like the projectedValue of a FetchRequest. In particular, SwiftUI returns the value associated with this property when you use SectionedFetchRequest as a property wrapper on a SectionedFetchResults instance and then access the results with a dollar sign ($) prefix. The value that SwiftUI returns is a Binding to the request’s SectionedFetchRequest.Configuration structure, which dynamically configures the request.

See Also 参照

Configuring a Request Dynamically