ChordsDatabaseDocument
struct ChordsDatabaseDocument: FileDocument
The database with chords in ChordPro JSON format
-
The UTType to export
Declaration
Swift
static var readableContentTypes: [UTType]
-
The log to export
Declaration
Swift
var string: String
-
Init the struct
Declaration
Swift
init(string: String)
-
Init the configuration
Declaration
Swift
init(configuration: ReadConfiguration) throws
-
Save the exported Log
Declaration
Swift
func fileWrapper(configuration: WriteConfiguration) throws -> FileWrapper