Sheet

struct Sheet : View

View all chords of a certain key in a sheet

  • The presentation mode of the Sheet

    Declaration

    Swift

    @Environment
    var dismiss: DismissAction { get }
  • The selected chord

    Declaration

    Swift

    let chord: ChordDefinition
  • All the chord variations

    Declaration

    Swift

    @State
    private var chords: [ChordDefinition] { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }