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

    Interface PlaybackButtonsProps

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

    Properties

    buttonLayout?: PlaybackButtonsLayout
    • Use singlePlayStop, playStop or playPauseStop properties instead.
    pauseLabel?: string
    playLabel?: string
    playPauseStop?: boolean
    playStop?: boolean
    singlePlayStop?: boolean
    stopLabel?: string