Part
struct Part: Identifiable, Equatable, Codable
A part in the Line
-
The unique ID of the part
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 has content, so at least a chord or some text
Declaration
Swift
var hasContent: Bool
View on GitHub