static var writableContentTypes : [UTType]
The types the document is able to save or export to.
typealias WriteConfiguration
The configurations for serializing document contents.
type
.Availability 有効性
Technology
func fileWrapper(snapshot: Self.Snapshot, configuration: Self.WriteConfiguration
) throws -> FileWrapper
The destination to serialize the document contents to. The value can be a newly created File
or an updated File
of the one provided in configuration
.
snapshot
The snapshot of the document containing the state required to be saved.
configuration
The configuration for the current document contents.
static var writableContentTypes : [UTType]
typealias WriteConfiguration