InstrumentPicker

struct InstrumentPicker : View

SwiftUI Picker to select a Instrument value

  • Chord Display Options object

    Declaration

    Swift

    @Bindable
    var chordDisplayOptions: ChordDisplayOptions { get set }
  • The body of the View

    Declaration

    Swift

    public var body: some View { get }