@tspro/web-music-score
    Preparing search index...

    Interface GuitarComponentProps

    interface GuitarComponentProps {
        guitarContext: GuitarContext;
        onClickNote?: (guitarNote: GuitarNote) => void;
        style?: CSSProperties;
        updateGuitarNote?: UpdateGuitarNoteFunc;
    }
    Index

    Properties

    guitarContext: GuitarContext
    onClickNote?: (guitarNote: GuitarNote) => void
    style?: CSSProperties
    updateGuitarNote?: UpdateGuitarNoteFunc