projectedValue
A binding to the request’s mutable configuration properties.
Declaration
@MainActor @preconcurrency 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.