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