TemplateView
struct TemplateView: View
SwiftUI View
when creating a new document
-
The ChordPro document
Declaration
Swift
var document: ChordProDocument
-
The song struct
Declaration
Swift
var sceneState: SceneState
-
The FileBrowser model
Declaration
Swift
private var fileBrowser
-
The dismiss environment
Declaration
Swift
var dismiss
-
The title of the song
Declaration
Swift
private var title: String = ChordProDocument.newTitle
-
The artist of the song
Declaration
Swift
private var artist: String = ChordProDocument.newArtist
-
The body of the
View
Declaration
Swift
var body: some View