web-music-score - v6.3.3
    Preparing search index...

    Interface WmsControlsProps

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

    Hierarchy (View Summary)

    Index

    Properties

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