Part
struct Part: Identifiable
A part in the Line
-
The unique ID
Declaration
Swift
var id: Int
-
The optional chord ID
Declaration
Swift
var chord: ChordDefinition.ID?
-
The optional text
Declaration
Swift
var text: String = ""
-
Bool if the part is empty or not
Declaration
Swift
var empty: Bool