web-music-score
    Preparing search index...

    Interface PlaybackButtonsProps

    interface PlaybackButtonsProps {
        doc: MDocument;
        pauseLabel?: string;
        playLabel?: string;
        playPauseStop?: boolean;
        playStop?: boolean;
        singlePlayStop?: boolean;
        stopLabel?: string;
    }
    Index

    Properties

    pauseLabel?: string
    playLabel?: string
    playPauseStop?: boolean
    playStop?: boolean
    singlePlayStop?: boolean
    stopLabel?: string