interface TipSpec {
    chord?: string;
    side?: TipSide;
    sub?: string;
    title: string;
}

Properties

Properties

chord?: string

The chord, shown in monospace after the title.

side?: TipSide
sub?: string

A second, muted line.

title: string