PartsView
struct PartsView: View
SwiftUI View
for parts of a line
-
The display options
Declaration
Swift
let options: Song.DisplayOptions
-
The ID of the section
Declaration
Swift
let sectionID: Int
-
The
parts
of aline
-
The chords of the song
Declaration
Swift
let chords: [ChordDefinition]
-
The body of the
View
Declaration
Swift
var body: some View