ExportSongView

struct ExportSongView : View

SwiftUI View for a Song export

  • The scene

    Declaration

    Swift

    @FocusedObject
    private var scene: SceneState? { get }
  • Present an export dialog

    Declaration

    Swift

    @State
    private var exportFile: Bool { get nonmutating set }
  • pdf

    The song as PDF

    Declaration

    Swift

    @State
    private var pdf: Data? { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }