Function setInterval

  • Calls func every delay milliseconds, optionally passing it the provided params. Returns an id that can be passed to clearInterval() to cancel it.

    Parameters

    Returns IntervalId

Generated using TypeDoc