Class RepeatArgs

An instance of RepeatArgs is generated by a Repeat object to be passed into its action callback, providing the callback with information about how long the repeat has been running.

Hierarchy

Constructors

Accessors

Constructors

  • Parameters

    • ms: number

      How many milliseconds the repeat has been running for.

    Returns RepeatArgs

Accessors

  • get ms(): number
  • How many milliseconds the repeat has been running for.

    Returns number

Generated using TypeDoc