Section

struct Section : Identifiable

A section in the Song

  • id

    The unique ID

    Declaration

    Swift

    var id: Int
  • The optional label of the section

    Declaration

    Swift

    var label: String?
  • The Environment type of the section

    Declaration

    Swift

    var type: ChordPro.Environment
  • Bool if the Environment is automatic set or not

    Declaration

    Swift

    var autoType: Bool
  • The lines in the section

    Declaration

    Swift

    var lines: [Song.Section.Line]
  • A line in the Section

    See more

    Declaration

    Swift

    struct Line : Identifiable