@onjmin/dtm
    Preparing search index...

    Type Alias MmlPlayerInstance

    type MmlPlayerInstance = {
        destroy: () => void;
        isPlaying: () => boolean;
        play: () => void;
        stop: () => void;
    }
    Index

    Properties

    destroy: () => void
    isPlaying: () => boolean
    play: () => void
    stop: () => void