Type alias Chord

Chord: {
    barres: Barre[];
    fingers: Finger[];
    position?: number;
    title?: string;
}

Type declaration

  • barres: Barre[]

    The barre chords

  • fingers: Finger[]

    The fingers

  • Optional position?: number

    Position (defaults to 1). Can also be provided via ChordSettings.

  • Optional title?: string

    Title of the chart. Can also be provided via ChordSettings.

Generated using TypeDoc