react-playground
    Preparing search index...

    Interface MetronomeValue

    interface MetronomeValue {
        beat: number;
        lastBeatAtMs: number | null;
        running: boolean;
        tempo: number;
    }
    Index

    Properties

    beat: number
    lastBeatAtMs: number | null
    running: boolean
    tempo: number