FirstFretAttributes: {
    location: "left" | "right" | null;
    text: string | null;
}

Type declaration

  • location: "left" | "right" | null

    Indicates whether the text appears to the left or right of the frame.

  • text: string | null

    Indicates how the first fret is represented in the fret diagram.

Generated using TypeDoc