ExportSongView
struct ExportSongView: View
SwiftUI View
for a Song
export
-
The scene state in the environment
Declaration
Swift
private var sceneState: SceneState?
-
Present an export dialog
Declaration
Swift
private var exportFile = false
-
The song as PDF
Declaration
Swift
private var pdf: Data?
-
The body of the
View
Declaration
Swift
var body: some View