web-music-score
    Preparing search index...

    Interface WmsControlsProps

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

    Properties

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