Class StopwatchStoreAbstract

Hierarchy

  • StopwatchStore

Constructors

Properties

Methods

Constructors

Properties

dataQueue: FrameData[] = []
frameQueue: (FrameStart | FrameEnd)[] = []

Methods

  • Type Parameters

    • T

    Parameters

    • data: {
          [name: string]: any;
      }
      • [name: string]: any
    • cb: (() => Promise<T>)
        • (): Promise<T>
        • Returns Promise<T>

    Returns Promise<T>

Generated using TypeDoc