static var writableContentTypes : [UTType]
The types the document is able to save or export to.
typealias WriteConfiguration
The configuration for serializing document contents.
Availability 有効性
Technology
func fileWrapper(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 wrapper of the one provided in configuration
.
configuration
The configuration for the current document contents.
static var writableContentTypes : [UTType]
typealias WriteConfiguration