ContentView
struct ContentView: View
SwiftUI View
for the content
-
The ChordPro document
Declaration
Swift
var document: ChordProDocument
-
The optional file location
Declaration
Swift
let file: URL?
-
The app state
Declaration
Swift
private var appState
-
The state of the scene
Declaration
Swift
private var sceneState = SceneState()
-
The body of the
View
Declaration
Swift
var body: some View