struct Configuration
The request’s configurable properties.
Availability 有効性
Technology
var projectedValue: Binding
<SectionedFetchRequest
<SectionIdentifier , Result>.Configuration
> { get }
This property behaves like the projected
of a Fetch
. In particular, SwiftUI returns the value associated with this property when you use Sectioned
as a property wrapper on a Sectioned
instance and then access the results with a dollar sign ($
) prefix. The value that SwiftUI returns is a Binding
to the request’s Sectioned
structure, which dynamically configures the request.
struct Configuration