DocumentReadConfiguration
The context SwiftUI passes to Reader(configuration:).
Declaration
struct DocumentReadConfigurationOverview
Contains the contentType of the file being read (one of the document’s readableContentTypes). Use it to choose the correct deserialization strategy when a document supports multiple formats.
Access this type through the ReadableDocument.ReadConfiguration typealias.