Interface StopwatchFrameInterface<C>

Type Parameters

Hierarchy

  • StopwatchFrameInterface

Implemented by

Methods

Methods

  • Type Parameters

    • T

    Parameters

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

    Returns Promise<T>

Generated using TypeDoc